Overseerr MCP Server

by jmagar
Verified

request_media

Request a movie or TV show to be added to the media server

Input Schema

NameRequiredDescriptionDefault
mediaIdNoThe TMDB ID of the media item - not needed if using reference
mediaTypeNoType of media (movie or tv) - not needed if using reference
referenceNoReference to a media item from previous search results (e.g., 'first', 'second', '3', 'last')
seasonsNoFor TV shows, specific season numbers to request (leave empty for all seasons)

Input Schema (JSON Schema)

{ "properties": { "mediaId": { "description": "The TMDB ID of the media item - not needed if using reference", "type": "string" }, "mediaType": { "description": "Type of media (movie or tv) - not needed if using reference", "type": "string" }, "reference": { "description": "Reference to a media item from previous search results (e.g., 'first', 'second', '3', 'last')", "type": "string" }, "seasons": { "description": "For TV shows, specific season numbers to request (leave empty for all seasons)", "type": "string" } }, "type": "object" }