wetv-mcp

wetv-mcp

MCP server for searching, discovering, and exploring Chinese long-form video content from WeTV and Tencent Video, enabling AI assistants to recommend dramas, variety shows, anime, and movies with play links, ratings, and episode info.

Category
访问服务器

README

🎬 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 (腾讯视频).

npm version License: MIT MCP

中文文档


✨ 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)

cd wetv-mcp

# Start HTTP server
npm run start:http
# Server runs at http://localhost:3000/mcp

Then connect via Streamable HTTP:

{
  "mcpServers": {
    "wetv": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

🛠️ Available Tools

Tool Description Example Query
search_content Full-text search across all content "Search for Joy of Life on Tencent Video"
get_trending Current trending/hot content rankings "What's the hottest drama on WeTV right now?"
get_popular Most popular content by combined score "What are the most popular Chinese anime?"
get_content_detail Detailed info (synopsis, cast, rating, episodes) "Tell me about Chasing Jade — what's it about?"
get_episodes Episode list with air dates and play links "How many episodes does Joy of Life S3 have?"
get_recommendations AI-powered personalized recommendations "Recommend something romantic for date night"

Content Types Supported

  • 📺 Dramas (电视剧) — Chinese dramas, C-dramas, period/modern/fantasy
  • 🎭 Variety Shows (综艺) — Reality shows, talent competitions, talk shows
  • 🎌 Anime (动漫) — Chinese animation (donghua)
  • 🎬 Movies (电影) — Chinese films
  • 📹 Documentaries (纪录片)

Regions Supported

  • 🇨🇳 China Mainland (CN)
  • 🇹🇭 Thailand (TH) — WeTV
  • 🇮🇩 Indonesia (ID) — WeTV
  • 🇻🇳 Vietnam (VN) — WeTV
  • 🇲🇾 Malaysia (MY) — WeTV
  • 🇵🇭 Philippines (PH) — WeTV
  • 🌏 Global (GLOBAL)

💬 Example Conversations

"What Chinese drama should I watch?"

User: What's trending on WeTV right now?

AI (via get_trending): Here are the top 5 trending dramas:

1. 🥇 Joy of Life Season 3 (庆余年 第三季) ★8.6
   Political intrigue meets comedy. Zhang Ruoyun returns as Fan Xian.
   👉 Watch: https://v.qq.com/x/cover/mzc00200qyn3.html

2. 🥈 Chasing Jade (逐玉) ★8.3
   Dual female leads in an epic fantasy adventure across three realms.
   👉 Watch: https://v.qq.com/x/cover/mzc00200zy26.html

3. 🥉 Legend of the Hunter (猎人传说) ★8.4
   Republic-era mystery thriller set in a primeval forest.
   👉 Watch: https://v.qq.com/x/cover/mzc00200lrcs.html

"I'm in a romantic mood"

User: Recommend something romantic and sweet for tonight

AI (via get_recommendations with mood="romantic"):
Based on your mood, here are my picks:

1. Our Beautiful Encounters (我们的美好际遇) ★7.8
   Sweet office romance with a genius programmer meets CEO architect.

2. The Legend of Shen Li (与凤行) ★8.1
   Immortal romance starring Zhao Liying & Lin Gengxin.

3. Only For Love (以爱为营) ★7.6
   Top 3 on WeTV Southeast Asia — a charming CEO x journalist love story.

🏗️ Development

# Install dependencies
npm install

# Run in development mode (stdio)
npm run dev

# Run HTTP server in development mode
npm run dev:http

# Build for production
npm run build

# Start production (stdio)
npm start

# Start production (HTTP)
npm run start:http

Environment Variables

Variable Default Description
WETV_MCP_PORT 3000 HTTP server port

📡 API Endpoints (HTTP Mode)

Endpoint Method Description
/mcp POST MCP JSON-RPC requests
/mcp GET SSE stream for server notifications
/mcp DELETE Close session
/health GET Health check
/ GET Server info & usage instructions

🗺️ Roadmap

  • [x] 6 core tools (search, trending, popular, detail, episodes, recommendations)
  • [x] Stdio + Streamable HTTP dual transport
  • [x] Multi-region support (China + Southeast Asia)
  • [x] Bilingual content (Chinese + English)
  • [ ] OAuth user authentication (watchlist, progress tracking)
  • [ ] Subtitle/transcript retrieval
  • [ ] Live WeTV API integration
  • [ ] Cast/crew deep profiles
  • [ ] Comment/danmaku AI summaries
  • [ ] Content analytics (B2B)

📄 License

MIT © aimeeluwang


🌟 Contributing

PRs welcome! See CONTRIBUTING.md for guidelines.

Key areas where contributions are appreciated:

  • Additional content data
  • New tools (subtitle search, comment analysis, etc.)
  • WeTV API integration
  • Multi-language subtitle support
  • Bug reports and feature requests

Built with ❤️ for the global C-drama community. The first MCP to bring Chinese streaming content to AI assistants.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选