Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jmagar/claude-homelab --plugin overseerr-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"overseerr-mcp": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"overseerr-mcp-server"
],
"env": {
"RUNNING_IN_DOCKER": "false",
"OVERSEERR_LOG_LEVEL": "INFO",
"OVERSEERR_MCP_NO_AUTH": "true",
"UV_PROJECT_ENVIRONMENT": "${CLAUDE_PLUGIN_DATA}/.venv",
"OVERSEERR_MCP_TRANSPORT": "stdio"
}
}
}
}Replace placeholder values for: OVERSEERR_MCP_NO_AUTH
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
RUNNING_IN_DOCKER=falseOVERSEERR_LOG_LEVEL=INFOOVERSEERR_MCP_NO_AUTH=trueUV_PROJECT_ENVIRONMENT=${CLAUDE_PLUGIN_DATA}/.venvOVERSEERR_MCP_TRANSPORT=stdioSensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.