jellyseerr-mcp

aserper/jellyseerr-mcp
★ 7 stars Python AI/LLM Updated today
An MCP server for jellyseerr
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jellyseerr-mcp": {
      "command": "uvx",
      "args": [
        "jellyseerr-mcp"
      ]
    }
  }
}

Or install with pip: pip install jellyseerr-mcp

README Excerpt

An MCP (Model Context Protocol) server for Jellyseerr that exposes Jellyseerr API functionality as MCP tools usable by LLM clients. It includes colorful, emoji-forward logging and clear console output. - Exposes key Jellyseerr endpoints as MCP tools (search, request, get request status, etc.) - Synchronous HTTP client with robust error handling and timeouts