Skip to main content
Glama

Plex MCP Server

get_recently_watched

Retrieve a list of recently watched movies, shows, or episodes from Plex Media Server. Filter results by media type and set a limit for the number of items returned.

Instructions

Get recently watched movies and shows

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of items to return (default: 25)
mediaTypeNoFilter by media type (movie, show, episode, all)all

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "description": "Number of items to return (default: 25)", "type": "number" }, "mediaType": { "default": "all", "description": "Filter by media type (movie, show, episode, all)", "enum": [ "movie", "show", "episode", "all" ], "type": "string" } }, "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/niavasha/plex-mcp-server'

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