ddys-mcp

ddys-mcp

Official MCP server for the DDYS (低端影视) API, enabling search, details, resources, collections, comments, and media export (STRM, M3U) via natural language.

Category
Visit Server

README

ddys-mcp

低端影视 API 的官方 Model Context Protocol 服务。它把 DDYS 的搜索、分类、详情、资源、合集、分享、评论、求片、STRM、M3U 和通知生成能力暴露给 Claude Desktop、Cursor、Cline/Roo Code、VS Code MCP 等客户端。

功能

  • 搜索、联想、最新、热门、分类、日历、字典。
  • 详情、播放线路、下载/网盘/磁力资源、相关推荐、评论。
  • 合集、分享、求片、公开动态、用户资料。
  • 登录态能力:我的资料、创建求片、评论、删除评论、反馈失效资源、关注/取消关注。
  • 导出能力:STRM 文件清单、M3U 播放列表、中文通知文案。
  • 传输方式:stdio、streamable HTTP,并保留旧 SSE 端点。

安装

npx -y ddys-mcp

需要 HTTP 服务时:

npx -y ddys-mcp --http --host 127.0.0.1 --port 3333

Claude 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_BASE https://ddys.io/api/v1 DDYS API 地址
DDYS_SITE_BASE https://ddys.io 详情页、海报等站点地址
DDYS_API_KEY 登录态工具使用
DDYS_RESULT_LIMIT 20 默认结果数量
DDYS_PAGE_SIZE 24 默认分页大小
DDYS_RESOURCE_LIMIT 8 默认资源数量
DDYS_EXPORT_LIMIT 50 M3U 导出最大条目
DDYS_DIRECT_ONLY false 只返回直链资源
DDYS_INCLUDE_EXTERNAL true 是否包含外部网页/网盘资源
DDYS_TIMEOUT_MS 15000 API 超时毫秒数
DDYS_CACHE_TTL_MS 600000 GET 缓存时间
DDYS_MCP_TRANSPORT stdio stdiohttp
DDYS_MCP_HOST 127.0.0.1 HTTP 监听地址
DDYS_MCP_PORT 3333 HTTP 端口
DDYS_MCP_PATH /mcp HTTP MCP 路径

工具

ddys_healthddys_latestddys_hotddys_searchddys_suggestddys_categoryddys_calendarddys_dictionariesddys_detailddys_resourcesddys_relatedddys_commentsddys_collectionsddys_collection_detailddys_sharesddys_share_detailddys_requestsddys_create_requestddys_activitiesddys_user_profileddys_meddys_create_commentddys_delete_commentddys_report_invalid_resourceddys_followddys_generate_strmddys_generate_m3uddys_generate_notification

资源

  • ddys://latest
  • ddys://hot
  • ddys://dictionaries
  • ddys://movie/{slug}
  • ddys://movie/{slug}/sources
  • ddys://search/{query}
  • ddys://category/{type}
  • ddys://collection/{slug}

提示词

ddys_find_by_typeddys_make_watchlistddys_write_notificationddys_generate_media_exportsddys_compare_resources

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured