
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
sonarr-mcp
Advanced tools
This is a [Model Context Protocol](https://modelcontextprotocol.org) (MCP) server for accessing Sonarr. It provides a set of tools for interacting with Sonarr programmatically and it's awesome!
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!
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 termThe 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 IDTo 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.
Here's a diagram of how the tools and resources can be used:
flowchart LR
subgraph User
U((User/Agent))
end
subgraph Tools
A[Search Series]
B[Find Episodes]
D[List Upcoming Episodes]
E[Add Series]
G[List Downloads]
I[Get Logs]
end
subgraph Resources
C[Episode Resource]
F[Series Resource]
H[Quality Profiles]
end
U --> A
U --> B
U --> D
U --> E
U --> G
U --> I
A --> B
B --> C
D --> C
E --> F
G --> H
I
FAQs
This is a [Model Context Protocol](https://modelcontextprotocol.org) (MCP) server for accessing Sonarr. It provides a set of tools for interacting with Sonarr programmatically and it's awesome!
The npm package sonarr-mcp receives a total of 13 weekly downloads. As such, sonarr-mcp popularity was classified as not popular.
We found that sonarr-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.