Skip to main content
Glama

Plex MCP Server

by djbriane

search_movies

Search your Plex library for movies by title, year, director, genre, actor, rating, and more. Returns up to 5 matching results with optional filters for precise queries.

Instructions

Search for movies in your Plex library using optional filters.

Parameters: title: Optional title or substring to match. year: Optional release year to filter by. director: Optional director name to filter by. studio: Optional studio name to filter by. genre: Optional genre tag to filter by. actor: Optional actor name to filter by. rating: Optional rating (e.g., "PG-13") to filter by. country: Optional country of origin to filter by. language: Optional audio or subtitle language to filter by. watched: Optional boolean; True returns only watched movies, False only unwatched. min_duration: Optional minimum duration in minutes. max_duration: Optional maximum duration in minutes.

Returns: A formatted string of up to 5 matching movies (with a count of any additional results), or an error message if the search fails or no movies are found.

Input Schema

NameRequiredDescriptionDefault
actorNo
countryNo
directorNo
genreNo
languageNo
limitNo
max_durationNo
min_durationNo
ratingNo
studioNo
titleNo
watchedNo
yearNo

Input Schema (JSON Schema)

{ "properties": { "actor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Actor" }, "country": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Country" }, "director": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Director" }, "genre": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Genre" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 5, "title": "Limit" }, "max_duration": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Duration" }, "min_duration": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Duration" }, "rating": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rating" }, "studio": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Studio" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" }, "watched": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Watched" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Year" } }, "title": "search_moviesArguments", "type": "object" }

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/djbriane/plex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server