Skip to main content
Glama

Plex MCP Server

by djbriane

recent_movies

Retrieve a list of recently added movies from your Plex library by specifying the number of entries. Integrates with Plex Media Server API for streamlined library updates.

Instructions

Get recently added movies from the Plex library.

Parameters: count: The maximum number of recent movies to return.

Returns: A formatted string of recent movies or an error message.

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 5, "title": "Count", "type": "integer" } }, "title": "recent_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