plex-claude-plugin
Provides tools for Plex Media Server administration including library management, media file identification and renaming to Plex-compliant naming conventions, batch processing of media directories, folder watching for automatic ingestion, and triggering library scans.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@plex-claude-pluginlist my recently added movies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Plex Claude Plugin
A Claude MCP plugin for Plex Media Server administration. Provides automated library updates, intelligent media file naming, and automatic ingestion with folder watching.
Features
Library Management: List, search, and trigger scans on Plex libraries
Media Identification: Parse filenames with guessit, verify against TMDb, construct Plex-compliant names
Batch Processing: Identify and rename entire directories of media files in one operation
Auto-Ingestion: Watch a folder for new media files, automatically identify, rename, copy to libraries, and trigger scans
Safety Model: Three-tier tool classification (read/write/blocked) prevents accidental damage
Related MCP server: Plex Assistant MCP
Architecture
Built as a Python MCP server using FastMCP, following the same patterns as the TrueNAS Claude Plugin.
Claude Desktop / Claude Code
| stdio (MCP)
v
MCP Server (FastMCP)
+-- PlexClient (python-plexapi)
+-- MediaMatcher (guessit + TMDb)
+-- FileManager (copy/rename/move)
+-- IngestWatcher (watchdog)
+-- IngestHistory (SQLite audit log)Requirements
Python 3.11+
Plex Media Server with API access
TMDb API key (free at https://www.themoviedb.org/settings/api)
uv package manager
Quick Start
📖 See QUICKSTART.md for detailed setup instructions!
1. Interactive Configuration (Recommended)
cd videodrome-plugin/montreal-v1
./setup-config.shThis wizard will:
✓ Guide you through all settings
✓ Test Plex and TMDb connections
✓ Save configuration to
.envfile
2. Test the Server
uv run --env-file .env videodromeYou should see: Plex MCP Server started successfully!
3. Connect to Claude
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"plex": {
"command": "uv",
"args": [
"--directory", "/FULL/PATH/TO/videodrome-plugin/montreal-v1",
"run", "--env-file", ".env", "videodrome"
]
}
}
}Important: Use absolute path and restart Claude Desktop!
Installation
Claude Desktop (.mcpb)
Download the latest .mcpb file from Releases and open it with Claude Desktop.
Claude Code (Plugin)
claude plugin install /path/to/videodrome-pluginManual Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"plex": {
"command": "uv",
"args": ["--directory", "/path/to/videodrome-plugin", "run", "videodrome"],
"env": {
"PLEX_URL": "http://192.168.1.100:32400",
"PLEX_TOKEN": "your-plex-token",
"TMDB_API_KEY": "your-tmdb-api-key",
"PLEX_MEDIA_ROOT": "/data/media",
"PLEX_INGEST_DIR": "/data/ingest"
}
}
}
}Configuration
Variable | Required | Default | Description |
| Yes | - | Plex server URL |
| Yes | - | X-Plex-Token |
| Yes | - | TMDb API key |
| Yes | - | Root path for media libraries |
| No | - | Folder to watch for new files |
| No |
| Auto-process high-confidence matches |
| No |
| Minimum confidence for auto-processing |
| No |
| Start watcher on server launch |
MCP Tools
Read-only (auto-approved)
list_libraries- List Plex library sectionslist_recent- Recently added itemssearch_library- Search by titleget_server_info- Server statuslist_directory- List local filesparse_filename- Parse with guessitsearch_tmdb- Search TMDbget_tmdb_details/get_tmdb_episode- TMDb metadatapreview_rename- Preview Plex-compliant namebatch_identify- Identify all files in a directoryget_watcher_status- Watcher stateget_ingest_queue- Pending review itemsget_ingest_history- Past operations
Write (require confirmation)
scan_library- Trigger library scanrename_file/copy_file/move_file- File operationscreate_directory- Create folder structureexecute_naming_plan- Batch rename/copyexecute_ingest- Full ingest pipelinestart_watcher/stop_watcher- Control watcherapprove_ingest/reject_ingest- Handle queued items
Claude Code Commands
Command | Description |
| Trigger a library scan |
| Identify a media file |
| Rename files to Plex format |
| Process a folder of media |
| Show server status |
| Preview a naming plan |
| Control the file watcher |
| Review pending ingest items |
Development
# Clone and setup
git clone https://github.com/nickperrott/videodrome-plugin.git
cd videodrome-plugin
uv sync --extra dev
# Run tests
pytest tests/ -v
# Run server locally
uv run videodromePlex Naming Conventions
Movies
/Movies/Movie Name (Year) {tmdb-ID}/Movie Name (Year) {tmdb-ID}.mkvTV Shows
/TV Shows/Show Name (Year)/Season 01/Show Name (Year) - s01e01 - Episode Title.mkvLicense
MIT
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.
Latest Blog Posts
- 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/nickperrott/videodrome-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server