Skip to main content
Glama

Plex MCP Server

by djbriane

add_to_playlist

Add movies to specified playlists in your Plex library using the required playlist and movie keys for efficient media organization.

Instructions

Add a movie to an existing playlist.

Parameters: playlist_key: The key of the playlist. movie_key: The key of the movie to add.

Returns: A success message if the movie is added, or an error message.

Input Schema

NameRequiredDescriptionDefault
movie_keyYes
playlist_keyYes

Input Schema (JSON Schema)

{ "properties": { "movie_key": { "title": "Movie Key", "type": "string" }, "playlist_key": { "title": "Playlist Key", "type": "string" } }, "required": [ "playlist_key", "movie_key" ], "title": "add_to_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