jbydeley/sonarr-mcp
If you are the rightful owner of sonarr-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server for accessing Sonarr, providing tools for programmatic interaction.
Sonarr MCP Server
This is a Model Context Protocol (MCP) server for accessing Sonarr. It provides a set of tools for interacting with Sonarr programmatically and it's awesome!
Tools
The following tools are available:
add-series
: Add a series to Sonarrfind-episodes
: Find episodes in Sonarrget-logs
: Get paginated logs from Sonarrlist-recent-downloads
: List recent downloads from Sonarrlist-upcoming-episodes
: List upcoming episodes from Sonarrsearch-series
: Search for a TV series by term
Resources
The following resources are available:
episode
: Retrieve information about a specific episode by IDquality-definition
: List quality definitions used by Sonarrquality-profiles
: List quality profiles configured in Sonarrseries
: Retrieve information about a specific series by ID
Usage
To add this server to your MCP config, add the following:
{
"mcpServers": {
"sonarr": {
"command": "npx",
"args": ["-y", "sonarr-mcp"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "<your-sonarr-api-key>"
}
}
}
}
You can get your sonarr api key from the sonarr web ui under Settings > API > API Key.