A Model Context Protocol (MCP) server that provides AI assistants with tools to manage Radarr (movies), Sonarr (TV series) media servers, and access IMDB data through natural language interactions.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"media-server": {
"env": {
"PLEX_URL": "http://localhost:32400",
"RADARR_URL": "http://localhost:7878",
"SONARR_URL": "http://localhost:8989",
"PLEX_API_KEY": "your-plex-api-key",
"TMDB_API_KEY": "your-tmdb-api-key",
"TOOL_PROFILE": "default",
"RADARR_API_KEY": "your-radarr-api-key",
"SONARR_API_KEY": "your-sonarr-api-key"
},
"args": [
"run",
"--allow-all",
"jsr:@wyattjoh/media-server-mcp"
],
"command": "deno"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides AI assistants with tools to manage Radarr (movies), Sonarr (TV series), Plex media servers, and access TMDB data through natural language interactions.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Media Server Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides AI assistants with tools to manage Radarr (movies), Sonarr (TV series), Plex media servers, and access TMDB data through natural language interactions.
This is a monorepo containing the following packages:
Add to your MCP servers configuration using the JSR package:
{
"mcpServers": {
"media-server": {
"command": "deno",
"args": ["run", "--allow-all", "jsr:@wyattjoh/media-server-mcp"],
"env": {
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key",
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key",
"TMDB_API_KEY": "your-tmdb-api-key",
"PLEX_URL": "http://localhost:32400",
"PLEX_API_KEY": "your-plex-api-key",
"TOOL_PROFILE": "default"
}
}
}
}
{
"mcpServers": {
"media-server": {
"command": "deno",
"args": [
"run",
"--allow-all",
"https://raw.githubusercontent.com/wyattjoh/media-server-mcp/main/packages/media-server-mcp/src/index.ts"
],
"env": {
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key"
}
}
}
}
{
"mcpServers": {
"media-server": {
"command": "deno",
"args": ["run", "--allow-all", "jsr:@wyattjoh/media-server-mcp"],
"env": {
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key"
}
}
}
}
{
"mcpServers": {
"media-server": {
"command": "deno",
"args": ["run", "--allow-all", "jsr:@wyattjoh/media-server-mcp"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key"
}
}
}
}
{
"mcpServers": {
"media-server": {
"command": "deno",
"args": ["run", "--allow-all", "jsr:@wyattjoh/media-server-mcp"],
"env": {
"TMDB_API_KEY": "your-tmdb-api-key"
}
}
}
}
Find your API keys:
Important:
Start using - Ask your AI assistant to man