seerr-mcp-server
About
Search Jellyseerr/Overseerr, check availability, and create guarded media requests.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SEERR_BASE_URL SEERR_API_KEY SEERR_REQUEST_TIMEOUT_MS MCP_LOG_LEVELClaude Code
claude mcp add --env SEERR_BASE_URL= --env SEERR_API_KEY= --env SEERR_REQUEST_TIMEOUT_MS= --env MCP_LOG_LEVEL= seerr-mcp-server -- npx @cyanheads/seerr-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"seerr-mcp-server","command":"npx","args":["@cyanheads/seerr-mcp-server"],"env":{"SEERR_BASE_URL":"","SEERR_API_KEY":"","SEERR_REQUEST_TIMEOUT_MS":"","MCP_LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"seerr-mcp-server": {
"command": "npx",
"args": [
"@cyanheads/seerr-mcp-server"
],
"env": {
"SEERR_BASE_URL": "",
"SEERR_API_KEY": "",
"SEERR_REQUEST_TIMEOUT_MS": "",
"MCP_LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.