Skip to main content
Glama

Plex MCP Server

by niavasha

get_recently_watched

Retrieve recently watched movies, shows, or episodes from your Plex Media Server. Customize results by media type and limit the number of items returned for quick access to viewing history.

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