overseerr-mcp

jhomen368/overseerr-mcp
★ 17 stars JavaScript AI/LLM Updated today
Model Context Protocol (MCP) server for Overseerr and Seerr (the unified successor) - enables AI assistants to search, request, and manage media through your Seer instance
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "overseerr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jhomen368/overseerr-mcp"
      ]
    }
  }
}