Overseerr MCP
@jmagar
关于 Overseerr MCP
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Overseerr MCP?
Overseerr MCP is a Model Context Protocol server that connects Claude AI to your Overseerr media request system. It allows you to search for movies and TV shows, submit media requests, and manage your Overseerr instance using natural language through Claude.
How to use Overseerr MCP?
Install dependencies with pnpm install, build the project with pnpm build, copy .env.template to .env and set OVERSEERR_URL and OVERSEERR_API_KEY, then configure Claude Desktop with a stdio transport pointing to the built server. Start the server with pnpm start. Once connected, Claude can invoke tools like overseerr:search (to search movies, TV shows, or people) and overseerr:request (to request a movie or TV show by TMDB ID, optionally specifying which seasons for TV).
Key features of Overseerr MCP
- Search movies, TV shows, and people with natural language queries.
- Get detailed media info: title, release date, plot, availability, request status.
- Filter searches by media type (movie / TV / person).
- Request movies or TV shows, specifying individual seasons for TV.
- Track request status and receive updates.
- Secure API key handling and rate limiting.
Use cases of Overseerr MCP
- Ask Claude to find recent sci‑fi movies and request the one you like.
- Search for TV shows about a topic (e.g., cooking) and request specific seasons.
- Have Claude manage your Overseerr watchlist by requesting new media conversationally.
FAQ from Overseerr MCP
What are the prerequisites for Overseerr MCP?
You need Node.js, pnpm, Claude Desktop, and a running Overseerr instance.
How do I configure Claude Desktop for Overseerr MCP?
Add a JSON entry to your Claude Desktop config file with command: "node", args pointing to the built server’s index.js, transport: { "type": "stdio" }, and environment variables OVERSEERR_URL and OVERSEERR_API_KEY. Use double backslashes for paths on Windows.
What tools does Overseerr MCP expose?
Two tools: overseerr:search (takes a query and optional type filter) and overseerr:request (takes mediaId, mediaType, and optional seasons array).
How does error handling work?
The server implements API errors with meaningful messages, rate limiting protection, request validation, and connection error recovery.
Where does my data live?
All communication happens over the OpenAI‑style MCP transport; your Overseerr instance and API key are configured locally via environment variables.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论