mcpbeat Sign in

Seerr MCP Server

local only

Seerr MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 25 Aug 2026.

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

Installs per day peak 264 · avg 22 · +19% w/w
a month agotoday
80
Installs / week
npm · @cyanheads/seerr-mcp-server
1
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Seerr MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seerr-mcp-server -- npx -y @cyanheads/seerr-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seerr-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/seerr-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seerr-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/seerr-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "seerr-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/seerr-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seerr-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/seerr-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEERR_BASE_URL (Base URL of the Jellyseerr/Overseerr instance, e.g. http://host:5055. No /api/v1 suffix, no trailing slash.), SEERR_API_KEY (Seerr API key (Settings → General → API Key), sent as the X-Api-Key header.), SEERR_REQUEST_TIMEOUT_MS (Per-request HTTP timeout in milliseconds.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Seerr MCP Server

same job, measured the same way
Myoutfitters
by myoutfitters

Search Canadian hunting and fishing outfitters, check availability, and send price requests.

8 tools answering
Overseerr MCP
by tootie

MCP server for Overseerr media requests and discovery.

52 installs/wk local only
Tableall
by tableall

Access Japan's finest Michelin-starred restaurants. Search, check availability, and browse menus.

10 tools answering
Upsalt Booking
by everyways

Search Upsalt venues, check availability, and book, view, or cancel a reservation.

5 tools answering
Mental Health Care
by emorahealth

Search providers, check availability, book evaluations, and estimate insurance copays.

10 tools answering
Panoramic Ireland Booking
by adessoadesso

MCP server for Panoramic Ireland tours. Discover, check availability, and create bookings.

local only
Luxury Lodging
by luxurylodgingpm-stay

Search Luxury Lodging vacation rentals, check live availability and get a real total price.

5 tools answering
MCP Aliyun Domain
by lzx3in

MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders

49 installs/wk local only

Seerr MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Seerr MCP Server?
Seerr MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cyanheads/seerr-mcp-server was installed 80 times last week.
How do I connect Seerr MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cyanheads/seerr-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Seerr MCP Server?
The npm package @cyanheads/seerr-mcp-server was installed 80 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Seerr MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.