Skip to main content
Glama

arr-assistant-mcp

by omniwaifu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RADARR_URLYesURL of your Radarr instance (e.g., http://your-ip:7878)
SONARR_URLYesURL of your Sonarr instance (e.g., http://your-ip:8989)
RADARR_API_KEYYesYour Radarr API key (found in Settings → General → API Key)
SONARR_API_KEYYesYour Sonarr API key (found in Settings → General → API Key)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_movies

Search for movies by title using Radarr's built-in lookup.

Args: title: Movie title only (e.g., "The Matrix" or "Primer")

Returns: Dict with search results

add_movie_by_id

Add a specific movie to Radarr using its TMDb ID.

Args: tmdb_id: The Movie Database ID for the movie root_folder: Optional root folder path (e.g., "/storage/movies")

Returns: Result of the add operation

search_and_add_show

Search for TV shows using natural language description and optionally add to Sonarr.

Args: description: Natural language description of the TV show (e.g., "British time travel show with the Doctor") auto_add: If True and only one result found, automatically add to Sonarr

Returns: List of matching TV shows with metadata

add_show_by_tvdb_id

Add a specific TV show to Sonarr using its TVDB ID.

Args: tvdb_id: The TV Database ID for the show title: The title of the show root_folder: Optional root folder path (e.g., "/storage/anime")

Returns: Result of the add operation

test_config

Test the current configuration and API connectivity.

Returns: Configuration status and basic connectivity tests

get_server_status

Check the status and connectivity of Radarr and Sonarr servers.

Returns: Status information for both servers

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/omniwaifu/arr-assistant-mcp'

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