Sonarr MCP Server
@Jacques-Murray
关于 Sonarr MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sonarr-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/jacques-murray/sonarr-mcp-server:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sonarr MCP Server?
Sonarr MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to manage TV series in Sonarr through natural language commands. It integrates with Sonarr’s API v4 and is intended for users of AI assistants that support MCP, such as Claude Desktop or Continue.dev.
How to use Sonarr MCP Server?
Install Node.js 18+, npm 8+, and a running Sonarr 4.x instance with an API key. Clone the repository, run npm install, copy .env.example to .env and fill in your Sonarr URL and API key, then build with npm run build. Start the server with npm start or use Docker. Integrate with an AI assistant by adding the server’s stdio command to the client’s MCP configuration (e.g., claude_desktop_config.json). Test the connection by running npm run start -- --test.
Key features of Sonarr MCP Server
- Add, list, update, and remove TV series
- Search for and monitor missing episodes
- View and control the download queue
- Check system health, disk space, and activity
- Access quality profiles, root folders, and calendar
Use cases of Sonarr MCP Server
- Add a new series with a specific quality profile via natural language
- Search for missing episodes across all series
- Check current download progress and manage stuck items
- View upcoming episodes and air dates on your calendar
- Remove a series while optionally keeping its files
FAQ from Sonarr MCP Server
What are the prerequisites for running Sonarr MCP Server?
Node.js 18.0.0 or higher, npm 8.0.0 or higher, and a running Sonarr 4.x instance with a valid API key.
How do I get my Sonarr API key?
In the Sonarr web interface, go to Settings → General, scroll to the Security section, and copy the API Key value. Use this as the SONARR_API_KEY environment variable.
How do I integrate Sonarr MCP Server with Claude Desktop?
Add a claude_desktop_config.json entry with the command pointing to the built dist/index.js and the required environment variables (SONARR_API_URL, SONARR_API_KEY). See the README for the exact JSON snippet.
How can I test the server connection?
Run npm run start -- --test for a local install, or check the logs with docker logs sonarr-mcp-server when using Docker.
What transport does the server use?
The server communicates via stdio (standard input/output) following the MCP protocol specification. No HTTP transport is mentioned.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论