plex-mcp
plex-mcp
Ein MCP-Server für den Plex Media Server, verpackt als Docker-Container. Ermöglicht es einem MCP-Client (Claude Desktop usw.), Ihre Plex-Bibliotheken zu durchsuchen und zu durchsuchen.
Tools
Tool | Beschreibung |
| Alle Bibliotheken (Sektionen) auf dem Server auflisten |
| Über alle Bibliotheken hinweg suchen |
| Kürzlich hinzugefügte Elemente, optional pro Sektion |
| Elemente "on deck" (teilweise angesehen / als Nächstes) |
| Vollständige Metadaten für ein Element anhand des Rating-Keys |
Related MCP server: Plex Assistant MCP
Konfiguration
Zwei Umgebungsvariablen, beide erforderlich:
Var | Beispiel | Hinweise |
|
| Basis-URL Ihres Plex-Servers |
| (siehe unten) | Plex-Authentifizierungs-Token |
Um Ihr Plex-Token zu finden, lesen Sie den Leitfaden von Plex zum Finden eines Authentifizierungs-Tokens.
Ausführen mit Docker
docker build -t plex-mcp .
docker run -i --rm \
-e PLEX_URL=http://192.168.1.50:32400 \
-e PLEX_TOKEN=your-token \
plex-mcpVerwendung mit Claude Desktop
Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:
{
"mcpServers": {
"plex": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "PLEX_URL",
"-e", "PLEX_TOKEN",
"plex-mcp"
],
"env": {
"PLEX_URL": "http://192.168.1.50:32400",
"PLEX_TOKEN": "your-token"
}
}
}
}Lokale Entwicklung
npm install
cp .env.example .env # then edit
PLEX_URL=... PLEX_TOKEN=... npm run devSicherheit
Der Container läuft als Nicht-Root-Benutzer (
plexmcp).Das Plex-Token wird über eine Umgebungsvariable übergeben – binden Sie es niemals fest in das Image ein.
Ein
.githooks/pre-commitführt bei jedem Commit gitleaks aus. Aktivieren Sie es einmal pro Klon:git config core.hooksPath .githooks
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA Python-based MCP server that integrates with Plex Media Server API to search for movies and manage playlists in your Plex media library.96
- AlicenseNot gradedqualityDmaintenanceEnables users to manage and control their Plex media library through natural language commands in MCP-compatible AI clients. It supports searching content, managing playlists, tracking library statistics, and monitoring live viewing sessions.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for reelgrep - browse and search your local video library from any MCP client.12MIT
- AlicenseAqualityCmaintenanceMCP server for Plex Media Server, focused on media discovery, search, library management, and playback control.25MIT
Related MCP Connectors
Search and browse every MCP server in the Model Context Protocol registry.
Remote MCP server for full read/write access to a Zotero library
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/CarlDog/plex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server