Skip to main content
Glama
Cuti27

mcp-arr-lite

by Cuti27

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host for HTTP transport0.0.0.0
PORTNoThe port for HTTP transport3000
LOG_LEVELNoThe log level (e.g. info, debug, error)info
RADARR_URLNoThe URL of the Radarr server (e.g. http://radarr:7878)
SONARR_URLNoThe URL of the Sonarr server (e.g. http://sonarr:8989)
MCP_TRANSPORTNoThe transport mode (stdio or http)stdio
MCP_AUTH_TOKENNoBearer token for HTTP transport authentication (required when MCP_TRANSPORT=http)
RADARR_API_KEYNoThe API key for Radarr
SONARR_API_KEYNoThe API key for Sonarr

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
radarr_lookupA

Search Radarr for a movie by title (or TMDB/IMDb id). Returns candidates with title, year, overview and poster URL. Use this to confirm with the user before adding.

radarr_addA

Add a movie to Radarr. By default starts searching for a release immediately. Requires user confirmation before calling.

radarr_search_releasesA

Search available releases for a movie in Radarr. Defaults to the preferred indexer (lowest numeric priority). If the preferred indexer returns no results, ask the user which alternative indexer to use and pass its id.

radarr_grabB

Start downloading a movie release in Radarr. Requires user confirmation before calling.

sonarr_lookupA

Search Sonarr for a series by title (or TVDB/IMDb id). Returns candidates with title, year, overview and poster URL. Use this to confirm with the user before adding.

sonarr_addA

Add a series to Sonarr. By default starts searching for missing episodes immediately. Requires user confirmation before calling.

sonarr_search_releasesA

Search available releases for one or more episodes in Sonarr. Defaults to the preferred indexer (lowest numeric priority). If the preferred indexer returns no results, ask the user which alternative indexer to use and pass its id.

sonarr_grabA

Start downloading a series episode release in Sonarr. Requires user confirmation before calling.

list_indexersA

List configured indexers for Radarr or Sonarr, marking the preferred one (lowest numeric priority among enabled). Use this when a preferred indexer returns no releases and you need to show the user the alternatives.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Cuti27/mcp-arr-lite'

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