media-server-mcp

wyattjoh/media-server-mcp
★ 12 stars TypeScript AI/LLM Updated 1mo ago ✗ Risk
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 → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}