Odel
seerr mcp server

seerr mcp server

Local
@cyanheads1TypeScriptApache-2.0Updated 1w ago

Search Jellyseerr/Overseerr, check availability, and create guarded media requests.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cyanheads/seerr-mcp-serverv0.1.3

Run

npx -y @cyanheads/seerr-mcp-server

MCP client config

{
  "mcpServers": {
    "seerr-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/seerr-mcp-server"
      ]
    }
  }
}
npm@cyanheads/seerr-mcp-serverv0.1.3

Run

npx -y @cyanheads/seerr-mcp-server

MCP client config

{
  "mcpServers": {
    "seerr-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/seerr-mcp-server"
      ]
    }
  }
}