MoviePilot MCP Admin
Click on "Deploy 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., "@MoviePilot MCP AdminAdd a subscription for the movie 'Interstellar'."
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.
MoviePilot MCP Admin
MoviePilot MCP 服务管理插件 - 让 AI Agent 通过 MCP 协议控制 MoviePilot
功能特性
🔌 MCP 协议支持: 实现标准 Model Context Protocol,让 AI Agent 可以调用 MoviePilot 功能
📺 订阅管理: 通过自然语言添加、删除、查看订阅
⬇️ 下载控制: 暂停、恢复、删除下载任务
🔍 媒体搜索: 搜索电影、电视剧信息
📊 系统状态: 查看系统运行状态和日志
Related MCP server: Plex MCP Server
支持的 MCP 工具
订阅管理
工具 | 描述 |
| 列出所有订阅 |
| 添加订阅 |
| 删除订阅 |
下载管理
工具 | 描述 |
| 列出下载任务 |
| 暂停下载 |
| 恢复下载 |
| 删除下载 |
媒体搜索
工具 | 描述 |
| 搜索媒体信息 |
| 获取媒体详情 |
| 检查媒体是否存在 |
系统管理
工具 | 描述 |
| 获取系统状态 |
| 重启服务 |
| 获取日志 |
安装
方法 1: 插件市场
在 MoviePilot 插件市场中添加仓库地址:
https://github.com/q2a3z4w/moviepilot-mcp-admin方法 2: 手动安装
克隆仓库到
app/plugins/moviepilot_mcp_admin目录重启 MoviePilot
配置
在 MoviePilot 设置中找到「MCP服务管理」
启用 MCP 服务
复制生成的 API Key(用于 AI Agent 认证)
AI Agent 配置
Claude Desktop
{
"mcpServers": {
"moviepilot": {
"url": "http://localhost:3001/api/v1/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}OpenClaw
使用 mcporter 工具添加 MoviePilot MCP 服务。
API 端点
方法 | 路径 | 描述 |
POST |
| MCP JSON-RPC 端点 |
GET |
| 列出所有工具 |
GET |
| 获取工具详情 |
使用示例
自然语言订阅
用户: "帮我订阅电视剧《黑暗荣耀》第二季"
AI: 调用 subscribe_add(title="黑暗荣耀", year="2024", media_type="电视剧", season=2)查询下载状态
用户: "现在有哪些任务在下载?"
AI: 调用 download_list(status="active")开发
# 克隆项目
git clone https://github.com/q2a3z4w/moviepilot-mcp-admin
# 安装依赖(如需要)
pip install -r requirements.txt
# 复制到 MoviePilot 插件目录
cp -r app/plugins/moviepilot_mcp_admin <moviepilot>/app/plugins/技术栈
Python 3.12+
FastAPI
MoviePilot Plugin Framework V2
JSON-RPC 2.0
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.
Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables natural language interaction with MoviePilot media library automation, supporting search, discovery, subscription management, download control, and media status queries.109MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Plex Media Server via the MCP protocol, allowing AI agents to manage libraries, media, playlists, collections, users, sessions, and server administration.131 PyPI145MIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP-compatible AI agents to interact with Trakt.tv, including search, movies, TV shows, and user account features like watchlist and history.-
- AlicenseBqualityBmaintenanceEnables control and management of a self-hosted media stack (Radarr, Sonarr, Prowlarr, SABnzbd, qBittorrent) through natural language via MCP.15GPL 3.0