Loading MCP server directory, please wait...
Search Jellyseerr/Overseerr, check availability, and create guarded media requests.
npx @getmcp/cli add io.github.cyanheads/seerr-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SEERR_BASE_URLBase URL of the Jellyseerr/Overseerr instance, e.g. http://host:5055. No /api/v1 suffix, no trailing slash.
SEERR_API_KEYSeerr API key (Settings → General → API Key), sent as the X-Api-Key header.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/seerr-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/seerr-mcp-server",
"run",
"start:stdio"
],
"env": {
"SEERR_BASE_URL": "",
"SEERR_API_KEY": "",
"SEERR_REQUEST_TIMEOUT_MS": "15000",
"MCP_LOG_LEVEL": "info"
}
}
}
}