Skip to main content
Glama

Plex MCP Server

by niavasha

get_watch_stats

Retrieve detailed Plex watch statistics, including plays, duration, users, libraries, and platforms, over a customizable time range for comprehensive media analytics.

Instructions

Get comprehensive watch statistics (Tautulli-style analytics)

Input Schema

NameRequiredDescriptionDefault
statTypeNoType of statistics to retrieveplays
timeRangeNoTime range in days (default: 30)

Input Schema (JSON Schema)

{ "properties": { "statType": { "default": "plays", "description": "Type of statistics to retrieve", "enum": [ "plays", "duration", "users", "libraries", "platforms" ], "type": "string" }, "timeRange": { "default": 30, "description": "Time range in days (default: 30)", "type": "number" } }, "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