Wetv Mcp
About
WeTV & Tencent Video MCP Server - Search, discover, and explore Chinese dramas, variety shows, anime, and movies. The first MCP for Chinese long-form video streaming. 全球首个中文长视频 MCP 服务器。
Details
- Author
- aimeeluwang
- Downloads
- 150
- Categories
- Other
Jump to
- Full-text search across all content (search_content)
- Current trending/hot content rankings (get_trending)
- Most popular content by combined score (get_popular)
- Detailed info: synopsis, cast, rating, episodes (get_content_detail)
- Episode lists with air dates and play links (get_episodes)
- AI-powered personalized recommendations (get_recommendations)
Clone the repository, install dependencies with npm install, build with npm run build, then add the server to your MCP configuration (e.g., Claude Desktop, Cursor, Windsurf, or WorkBuddy) using either stdio or Streamable HTTP transport. For HTTP mode, run npm run start:http and connect via URL at http://localhost:3000/mcp.
🎬 WeTV MCP Server
> The first MCP server for Chinese long-form video streaming. Search, discover, and explore dramas, variety shows, anime, and movies on WeTV and Tencent Video (腾讯视频).
---
✨ What is this?
wetv-mcp is a Model Context Protocol (MCP) server that lets AI assistants (Claude, ChatGPT, Cursor, etc.) search and recommend content from WeTV and Tencent Video — the largest Chinese-language streaming platform with 350M+ monthly active users.
Why does this matter?
YouTube and Spotify already have MCP servers. But there's zero MCP coverage for Chinese long-form video content. This fills that gap.
When you ask your AI assistant _"What Chinese drama should I watch?"_, it can now give you real answers with play links, ratings, cast info, and episode updates — all from WeTV/Tencent Video.
---
🚀 Quick Start
Option 1: Clone & Run (Recommended)
git clone https://github.com/aimeeluwang/wetv-mcp.git
cd wetv-mcp
npm install
npm run build
Then add to your MCP configuration:
{
"mcpServers": {
"wetv": {
"command": "node",
"args": ["/path/to/wetv-mcp/dist/index.js"]
}
}
}
> 💡 Replace /path/to/wetv-mcp with the actual path where you cloned the repo.
Configuration file locations:
- Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
- Cursor: .cursor/mcp.json in your project root
- Windsurf: ~/.codebuddy/mcp.json
- WorkBuddy: ~/.workbuddy/mcp.json
Option 2: Remote Mode (HTTP Server)
```bash
cd wetv-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



