Enables interaction with Overseerr API to manage movie and TV show requests, allowing users to check server status and filter media requests by various criteria.
MCP server to interact with Overseerr API for movie and TV show requests management.
The server implements multiple tools to interact with Overseerr:
It's good to first instruct Claude to use Overseerr. Then it will always call the tool when appropriate.
Try prompts like these:
There are two ways to configure the environment with the Overseerr API credentials:
{ "overseerr-mcp": { "command": "uvx", "args": [ "overseerr-mcp" ], "env": { "OVERSEERR_API_KEY": "", "OVERSEERR_URL": "" } } }
.env
file in the working directory with the following required variables:OVERSEERR_API_KEY=your_api_key_here
OVERSEERR_URL=your_overseerr_url_here
Note: You can find the API key in the Overseerr settings under "API Keys".
You need an Overseerr instance running and an API key:
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
{ "mcpServers": { "overseerr-mcp": { "command": "uv", "args": [ "--directory", "/overseerr-mcp", "run", "overseerr-mcp" ], "env": { "OVERSEERR_API_KEY": "", "OVERSEERR_URL": "" } } } }
Note: This MCP server is not yet published. Currently, only the development configuration is available.
To prepare the package for distribution:
uv sync
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory /path/to/overseerr-mcp run overseerr-mcp
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
You can also watch the server logs with this command:
tail -n 20 -f ~/Library/Logs/Claude/mcp-server-overseerr-mcp.log
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!