# XunJuZhou MCP / 寻剧舟 MCP
Read-only MCP server for XunJuZhou AI short drama search and recommendation.
## MCP URL
## What is XunJuZhou MCP?
XunJuZhou MCP is a public read-only Model Context Protocol server for short drama search and recommendation.
It allows MCP clients such as Claude Code, Cursor, VS Code, Cherry Studio, and other AI agents to search short dramas, view hot rankings, get drama details, and find similar drama recommendations.
## Tools
- search_short_drama
- get_short_drama_detail
- get_hot_short_drama
- recommend_short_drama
- find_similar_short_drama
## Example Questions
- 帮我找几部重生复仇类短剧
- 今天有什么热门短剧?
- 有没有类似某某短剧的作品?
- 推荐几部女频打脸爽剧
## Security
This MCP server is public and read-only.
It does not return:
- videoUrl
- panUrl
- quarkUrl
- baiduUrl
- netdiskUrl
- downloadUrl
- resourceUrl
- password
- extractCode
- admin fields
- user private data
All returned detailUrl values include from=mcp.
## Claude Code
claude mcp add --transport http xunjuzhou-mcp "https://eeebb.com/mcp"
## MCP Client Config
{
  "mcpServers": {
  "xunjuzhou": {
  "url": "https://eeebb.com/mcp"
  }
  }
}
## Website
## License
MIT