overseerr-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVERSEERR_URL | Yes | The URL of your Overseerr instance (e.g., http://localhost:5055) | |
| OVERSEERR_API_KEY | Yes | Your Overseerr API key (found in Overseerr Settings → API Keys) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| overseerr_statusA | Get the status of the Overseerr server. No arguments required. |
| overseerr_movie_requestsA | Get a paginated list of movie requests that satisfy the filter arguments. |
| overseerr_tv_requestsA | Get a paginated list of TV show requests that satisfy the filter arguments. |
| overseerr_request_movie_to_libraryA | Submit a movie request to a specific Overseerr library identified by its name, on behalf of a specific user. Args: tmdb_id (int): The The Movie Database (TMDB) ID of the movie to request. library_name (str): The name of the target Radarr (Movie) library configured in Overseerr. Must match exactly. Available: None fetched. user_display_name (str): The exact display name of the Overseerr user making the request. Available: None fetched (or duplicates exist). |
| overseerr_request_tv_to_libraryA | Submit a TV show request to a specific Overseerr library identified by its name, on behalf of a specific user. Args: tmdb_id (int): The The Movie Database (TMDB) ID of the TV show to request. library_name (str): The name of the target Sonarr (TV) library configured in Overseerr. Must match exactly. Available: None fetched. user_display_name (str): The exact display name of the Overseerr user making the request. Available: None fetched (or duplicates exist). seasons (Optional[List[int]]): List of season numbers to request. If omitted or empty, all seasons will be requested. |
| overseerr_search_mediaB | Search for movies and TV shows available on Overseerr. |
| overseerr_get_available_librariesA | Get the configured Sonarr (TV) and Radarr (Movie) server IDs and names from Overseerr. |
| overseerr_get_usersA | Get a list of all users configured in Overseerr. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ptbsare/overseerr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server