MoviePilot MCP Admin
Click 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., "@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 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/q2a3z4w/moviepilot-mcp-admin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server