seerr mcp server for Cline
io.github.cyanheads/seerr-mcp-server
Search Jellyseerr/Overseerr, check availability, and create guarded media requests.
client:Cline
transport:stdio
runtime:npm
Install seerr mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"seerr-mcp-server": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs