plex-media-server

Installation
SKILL.md

Plex Media Server

Manage your Plex Media Server: scan libraries, search media, monitor playback sessions, and automate maintenance.

Authentication

All Plex API calls require an X-Plex-Token. Find yours:

  1. Open Plex Web → any media item → Get Info → View XML → check URL for X-Plex-Token=
  2. Or from the Plex claim: curl -s "https://plex.tv/api/v2/user" -H "X-Plex-Token: YOUR_TOKEN" | jq .
export PLEX_URL="http://localhost:32400"
export PLEX_TOKEN="YOUR_PLEX_TOKEN"

Server status

Related skills
Installs
2
First Seen
Apr 29, 2026