ddys-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ddys-mcpsearch for latest movies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ddys-mcp
低端影视 API 的官方 Model Context Protocol 服务。它把 DDYS 的搜索、分类、详情、资源、合集、分享、评论、求片、STRM、M3U 和通知生成能力暴露给 Claude Desktop、Cursor、Cline/Roo Code、VS Code MCP 等客户端。
功能
搜索、联想、最新、热门、分类、日历、字典。
详情、播放线路、下载/网盘/磁力资源、相关推荐、评论。
合集、分享、求片、公开动态、用户资料。
登录态能力:我的资料、创建求片、评论、删除评论、反馈失效资源、关注/取消关注。
导出能力:STRM 文件清单、M3U 播放列表、中文通知文案。
传输方式:stdio、streamable HTTP,并保留旧 SSE 端点。
Related MCP server: moviefinder-mcp
安装
npx -y ddys-mcp需要 HTTP 服务时:
npx -y ddys-mcp --http --host 127.0.0.1 --port 3333Claude Desktop
{
"mcpServers": {
"ddys": {
"command": "npx",
"args": ["-y", "ddys-mcp"],
"env": {
"DDYS_API_BASE": "https://ddys.io/api/v1",
"DDYS_SITE_BASE": "https://ddys.io",
"DDYS_API_KEY": ""
}
}
}
}Cursor
.cursor/mcp.json:
{
"mcpServers": {
"ddys": {
"command": "npx",
"args": ["-y", "ddys-mcp"],
"env": {
"DDYS_RESOURCE_LIMIT": "8",
"DDYS_INCLUDE_EXTERNAL": "true"
}
}
}
}HTTP
streamable HTTP 地址默认是:
http://127.0.0.1:3333/mcp旧 SSE 兼容端点默认保留:
http://127.0.0.1:3333/sse
http://127.0.0.1:3333/messages环境变量
变量 | 默认值 | 说明 |
|
| DDYS API 地址 |
|
| 详情页、海报等站点地址 |
| 空 | 登录态工具使用 |
|
| 默认结果数量 |
|
| 默认分页大小 |
|
| 默认资源数量 |
|
| M3U 导出最大条目 |
|
| 只返回直链资源 |
|
| 是否包含外部网页/网盘资源 |
|
| API 超时毫秒数 |
|
| GET 缓存时间 |
|
|
|
|
| HTTP 监听地址 |
|
| HTTP 端口 |
|
| HTTP MCP 路径 |
工具
ddys_health、ddys_latest、ddys_hot、ddys_search、ddys_suggest、ddys_category、ddys_calendar、ddys_dictionaries、ddys_detail、ddys_resources、ddys_related、ddys_comments、ddys_collections、ddys_collection_detail、ddys_shares、ddys_share_detail、ddys_requests、ddys_create_request、ddys_activities、ddys_user_profile、ddys_me、ddys_create_comment、ddys_delete_comment、ddys_report_invalid_resource、ddys_follow、ddys_generate_strm、ddys_generate_m3u、ddys_generate_notification。
资源
ddys://latestddys://hotddys://dictionariesddys://movie/{slug}ddys://movie/{slug}/sourcesddys://search/{query}ddys://category/{type}ddys://collection/{slug}
提示词
ddys_find_by_type、ddys_make_watchlist、ddys_write_notification、ddys_generate_media_exports、ddys_compare_resources。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddysiodev/ddys-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server