Overseerr MCP Server
Related Servers
Alternatives to Overseerr MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for managing a media server stack (Plex, Radarr, Overseerr, Bazarr, Prowlarr, Trakt.tv) using natural language to browse, request, and discover content.12MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for Overseerr that enables searching, requesting, and managing media (movies and TV shows) through natural language, with integration to Radarr/Sonarr for automated downloads.-
- AlicenseAqualityBmaintenanceFastMCP server to interact with the Overseerr API for movie and TV show requests management, enabling users to request media, search, and manage libraries via natural language.81MIT
- AlicenseBqualityAmaintenanceMCP server exposing Seerr's full v1 REST API as tools, enabling LLMs to search and discover media, manage requests and approvals, users, issues, watchlists, and integration settings for Plex/Jellyfin/Emby and Sonarr/Radarr, including reads and writes with destructive operations flagged.15MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that exposes Sonarr, Radarr, Lidarr, and Jellyfin to any MCP client through a curated tool layer for LLM consumption.MIT
- AlicenseNot gradedqualityAmaintenanceEnables searching Overseerr media, retrieving TMDB-backed details, and submitting movie or TV requests through MCP tools.5MIT
TDQS
Scored across 12 tools
Most tools have clear distinct purposes, but get_requests and get_user_requests both return request lists, and search_media and get_media_status both provide availability info. Descriptions explicitly call out the differences, avoiding major confusion.
Tools mostly follow verb_noun snake_case (get_, search_, request_, update_, add_), but health_check breaks the pattern and singular/plural nouns vary (e.g., get_users vs get_issue). Overall consistent and readable.
12 tools is well-scoped for an Overseerr server, covering users, media search, library search, request management, issue tracking, and health check without excessive overlap.
Core operations like search, request creation, status checking, and issue management are present, but the set lacks the ability to approve/deny requests—an essential Overseerr workflow. User management is also limited to listing, not editing roles or permissions.