seerr mcp server for Grok
io.github.cyanheads/seerr-mcp-server
Search Jellyseerr/Overseerr, check availability, and create guarded media requests.
client:Grok
transport:stdio
runtime:npm
Install seerr mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seerr-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/seerr-mcp-server"
],
"env": {
"SEERR_BASE_URL": "<SEERR_BASE_URL>",
"SEERR_API_KEY": "<SEERR_API_KEY>",
"SEERR_REQUEST_TIMEOUT_MS": "<SEERR_REQUEST_TIMEOUT_MS>",
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs