2,500+ MCP servers ready to use
Vinkius

Plex MCP Server for Cline 15 tools — connect in under 2 minutes

Built by Vinkius GDPR 15 Tools IDE

Cline is an autonomous AI coding agent inside VS Code that plans, executes, and iterates on tasks. Wire Plex through Vinkius and Cline gains direct access to every tool. from data retrieval to workflow automation. without leaving the terminal.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Plex and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "plex": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Plex
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Plex MCP Server

Connect to your Plex Media Server and manage your entire media library through natural conversation.

Cline operates autonomously inside VS Code. it reads your codebase, plans a strategy, and executes multi-step tasks including Plex tool calls without waiting for prompts between steps. Connect 15 tools through Vinkius and Cline can fetch data, generate code, and commit changes in a single autonomous run.

What you can do

  • Server Info — Check server status, version and connected clients
  • Active Sessions — See who's watching what right now with playback progress
  • Libraries — Browse all your media libraries (movies, shows, music, photos)
  • Search — Find any movie, episode, artist or album by name
  • Recently Added — Discover the newest additions to your library
  • On Deck — See what's next to continue watching
  • Metadata — Get full details on any media item including cast, file info and streams
  • Playlists — Browse and manage your playlists
  • Watch Status — Mark items as watched or unwatched

The Plex MCP Server exposes 15 tools through the Vinkius. Connect it to Cline in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Plex to Cline via MCP

Follow these steps to integrate the Plex MCP Server with Cline.

01

Open Cline MCP Settings

Click the MCP Servers icon in the Cline sidebar panel

02

Add remote server

Click "Add MCP Server" and paste the configuration above

03

Enable the server

Toggle the server switch to ON

04

Start using Plex

Ask Cline: "Using Plex, help me...". 15 tools available

Why Use Cline with the Plex MCP Server

Cline provides unique advantages when paired with Plex through the Model Context Protocol.

01

Cline operates autonomously. it reads your codebase, plans a strategy, and executes multi-step tasks including MCP tool calls without step-by-step prompts

02

Runs inside VS Code, so you get MCP tool access alongside your existing extensions, terminal, and version control in a single window

03

Cline can create, edit, and delete files based on MCP tool responses, enabling end-to-end automation from data retrieval to code generation

04

Transparent execution: every tool call and file change is shown in Cline's activity log for full visibility and approval before committing

Plex + Cline Use Cases

Practical scenarios where Cline combined with the Plex MCP Server delivers measurable value.

01

Autonomous feature building: tell Cline to fetch data from Plex and scaffold a complete module with types, handlers, and tests

02

Codebase refactoring: use Plex tools to validate live data while Cline restructures your code to match updated schemas

03

Automated testing: Cline fetches real responses from Plex and generates snapshot tests or mocks based on actual payloads

04

Incident response: query Plex for real-time status and let Cline generate hotfix patches based on the findings

Plex MCP Tools for Cline (15)

These 15 tools become available when you connect Plex to Cline via MCP:

01

get_all_episodes

Useful for getting the complete episode list for a series. Get all episodes of a TV show

02

get_children

For TV shows this returns seasons. For artists this returns albums. Requires the parent item's rating key. Get children of a media item (seasons or albums)

03

get_libraries

Each library includes its key (ID), type (movie, show, music, photo), title, agent, scanner and updated/created timestamps. Use the library key with other library tools. Get all libraries (sections) on the Plex server

04

get_library_content

Filter by type: type=1 for movies, type=2 for TV shows, type=8 for artists, type=13 for photos. Requires the library key from get_libraries. Get all content from a specific library

05

get_metadata

Returns title, summary, year, runtime, rating, genres, director, cast, media streams, file path and more. Get detailed metadata for a specific item

06

get_on_deck

Returns the next unwatched episode for each in-progress show. Get "On Deck" items (continue watching)

07

get_playlist_items

Returns the items with their titles, types, durations and metadata. Requires the playlist ID. Get items in a specific playlist

08

get_playlists

Each playlist includes its ID, title, type (video, audio, photo), item count and duration. Get all playlists on the Plex server

09

get_recently_added

Returns movies, episodes and albums with their titles, addition dates and metadata. Get recently added media to the library

10

get_server_info

Useful for verifying server connectivity and checking server health. Get Plex Media Server information

11

get_sessions

Each session includes the user, the media being watched (movie/episode), playback progress, player device, bandwidth and transcoding info. Get currently active streaming sessions

12

mark_unwatched

This resets the item's watch status. Requires the item's rating key. Mark a media item as unwatched

13

mark_watched

This affects the item's watch status and removes it from "On Deck". Requires the item's rating key. Mark a media item as watched

14

refresh_library

Useful after adding or removing files from your media folders. Requires the library key. Trigger a library scan/refresh

15

search_library

Returns matching movies, shows, episodes, artists and albums with their titles, types and metadata. Search the Plex media library

Example Prompts for Plex in Cline

Ready-to-use prompts you can give your Cline agent to start working with Plex immediately.

01

"Show me what's currently playing on my Plex server."

02

"Show me my movie libraries."

03

"What's on deck for me to watch?"

Troubleshooting Plex MCP Server with Cline

Common issues when connecting Plex to Cline through the Vinkius, and how to resolve them.

01

Server shows error in sidebar

Click the server name to see logs. Verify the URL and token are correct.

Plex + Cline FAQ

Common questions about integrating Plex MCP Server with Cline.

01

How does Cline connect to MCP servers?

Cline reads MCP server configurations from its settings panel in VS Code. Add the server URL and Cline discovers all available tools on initialization.
02

Can Cline run MCP tools without approval?

By default, Cline asks for confirmation before executing tool calls. You can configure auto-approval rules for trusted servers in the settings.
03

Does Cline support multiple MCP servers at once?

Yes. Configure as many servers as needed. Cline can use tools from different servers within the same autonomous task execution.

Connect Plex to Cline

Get your token, paste the configuration, and start using 15 tools in under 2 minutes. No API key management needed.