Plex MCP Server
@djbriane
Plex MCP Server について
Plex MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"plex-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@djbriane/plex-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Plex MCP Server?
A Python-based MCP server that integrates with the Plex Media Server API to search for movies and manage playlists. It uses the PlexAPI library for interaction.
How to use Plex MCP Server?
Install via Smithery or manually using uv. Configure environment variables PLEX_TOKEN and PLEX_SERVER_URL. Add the server configuration to your Claude app’s MCP settings with the command uv --directory FULL_PATH_TO_PROJECT run src/plex_mcp/plex_mcp.py. The server exposes commands like search_movies, create_playlist, etc.
Key features of Plex MCP Server
- Search movies by title, director, genre with a limit parameter
- Get detailed info and genres for any movie
- List, create, delete, and modify playlists
- Add movies to existing playlists
- Retrieve recently added movies
Use cases of Plex MCP Server
- Find all movies by a specific director in your library
- Identify movies by a director that are missing from your collection
- Create curated playlists from search results in your Plex library
- Organize and manage your Plex library via an AI assistant
FAQ from Plex MCP Server
How do I find my Plex token?
Sign in to Plex Web App, open Developer Tools, and run window.localStorage.getItem('myPlexAccessToken') in the Console.
What are the prerequisites for running Plex MCP Server?
Python 3.8 or higher, the uv package manager, and a Plex Media Server with API access.
How do I run integration tests?
Create a .env file with PLEX_SERVER_URL and PLEX_TOKEN, then run uv run pytest -m integration.
How do I configure Plex MCP Server with Claude?
Add a JSON configuration to your Claude app under mcpServers.plex with the command, args, and env fields containing PLEX_TOKEN and PLEX_SERVER_URL.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント