Plex MCP Server
JSON →Search for movies and manage playlists on your Plex Media Server using the Plex API.
Install
npx -y @smithery/cli Tools · 9
- search_movies Search for movies in your library by various filters (e.g., title, director, genre) with support for a limit parameter to control the number of results.
- get_movie_details Get detailed information about a specific movie.
- get_movie_genres Get the genres for a specific movie.
- list_playlists List all playlists on your Plex server.
- get_playlist_items Get the items in a specific playlist.
- create_playlist Create a new playlist with specified movies.
- delete_playlist Delete a playlist from your Plex server.
- add_to_playlist Add a movie to an existing playlist.
- recent_movies Get recently added movies from your library.
Environment variables
PLEX_TOKENPLEX_SERVER_URLYOUR_PLEX_TOKENYOUR_PLEX_SERVER_URL
Links
★ 5 GitHub stars