Plex MCP Server
@vyb1ng
关于 Plex MCP Server
An implementation of MCP for the Plex API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"plex-mcp-vyb1ng": {
"command": "node",
"args": [
"index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Plex MCP Server?
Plex MCP Server is a Model Context Protocol (MCP) server that lets Claude search your Plex media libraries. It is for users who have a Plex server and want to query their content directly through Claude.
How to use Plex MCP Server?
Install dependencies with npm install, copy .env.example to .env, and set your PLEX_URL and PLEX_TOKEN. Then configure Claude Desktop by adding the MCP server entry using either npx (recommended) or a local node path. Restart Claude Desktop to activate the server. Run node index.js to test standalone.
Key features of Plex MCP Server
- Search movies, TV shows, episodes, and music in your libraries
- Filter results by content type
- Configurable maximum number of search results
- Rich formatted results with metadata
Use cases of Plex MCP Server
- Ask Claude to find a movie you want to watch tonight
- Search for a specific TV show episode across your libraries
- Discover music albums or tracks from your Plex music library
- Look up content without opening the Plex web interface
FAQ from Plex MCP Server
How do I get my Plex token?
Log into your Plex account, go to Settings > Account > Privacy, and click "Show" next to "Plex Pass Subscription". Your token will be displayed.
What content types can I search for?
You can search movies, shows, episodes, artists, albums, and tracks. The optional type parameter accepts "movie", "show", "episode", "artist", "album", or "track".
How do I configure this server with Claude Desktop?
Open Claude Desktop settings (Cmd/Ctrl + ,), go to the MCP Servers tab, add a configuration with the npx or node command and your Plex URL/token, then restart Claude Desktop.
What environment variables are required?
You must set PLEX_URL (e.g., http://your-plex-server:32400) and PLEX_TOKEN (your authentication token) in a .env file.
Is there a limit on search results?
Yes, you can set the limit parameter (default 10). The maximum is not specified in the README.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
评论