Skip to main content
Glama

Plex MCP Server

by djbriane

create_playlist

Search and organize movies into custom playlists on Plex Media Server using specified movie keys and playlist names, simplifying media library management.

Instructions

Create a new playlist with specified movies.

Parameters: name: The desired name for the new playlist. movie_keys: A comma-separated string of movie keys to include.

Returns: A success message with playlist details or an error message.

Input Schema

NameRequiredDescriptionDefault
movie_keysYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "movie_keys": { "title": "Movie Keys", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "movie_keys" ], "title": "create_playlistArguments", "type": "object" }

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/djbriane/plex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server