media-server-mcp

wyattjoh/media-server-mcp
★ 12 stars TypeScript 🤖 AI/LLM Updated 2d ago
A Model Context Protocol (MCP) server that provides AI assistants with tools to manage Radarr (movies), Sonarr (TV series) media servers, and access IMDB data through natural language interactions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "media-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wyattjoh/media-server-mcp"
      ]
    }
  }
}