Overseerr MCP✓
tv.tootie/overseerr-mcp · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "tv.tootie/overseerr-mcp",
"description": "MCP server for Overseerr media requests and discovery.",
"title": "Overseerr MCP",
"repository": {
"url": "https://github.com/jmagar/overseerr-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "overseerr-mcp",
"version": "1.0.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Overseerr instance, e.g. https://overseerr.example.com.",
"isRequired": true,
"name": "OVERSEERR_URL"
},
{
"description": "Overseerr API key (Settings > General > API Key).",
"isRequired": true,
"isSecret": true,
"name": "OVERSEERR_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}