An implementation of MCP for the Plex API
Overview
what is Plex MCP Server?
Plex MCP Server is an implementation of the Model Context Protocol (MCP) for searching Plex media libraries using Claude AI.
how to use Plex MCP Server?
To use Plex MCP Server, install the dependencies, configure your Plex connection with your server URL and token, and run the server using Node.js.
key features of Plex MCP Server?
- Search for movies, TV shows, episodes, music, and other content in your Plex libraries.
- Filter search results by content type.
- Set configurable result limits.
- Receive rich formatted results with metadata.
use cases of Plex MCP Server?
- Searching for specific movies or shows in a large Plex library.
- Filtering results to find music or episodes quickly.
- Integrating with Claude AI for enhanced media search capabilities.
FAQ from Plex MCP Server?
- How do I configure my Plex server?
You need to set your Plex server URL and token in the
.envfile after copying it from.env.example.
- Can I run this server locally?
Yes! You can run the MCP server standalone using Node.js.
- What programming language is used?
The project is implemented in JavaScript.