Sonarr (TV) MCP Server for LlamaIndexGive LlamaIndex instant access to 18 tools to Add Series, Delete Episode File, Delete Queue Item, and more
LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Sonarr (TV) as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.
Ask AI about this MCP Server for LlamaIndex
The Sonarr (TV) MCP Server for LlamaIndex is a standout in the Productivity category — giving your AI agent 18 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
mcp_tool_spec = McpToolSpec(client=mcp_client)
tools = await mcp_tool_spec.to_tool_list_async()
agent = FunctionAgent(
tools=tools,
llm=OpenAI(model="gpt-4o"),
system_prompt=(
"You are an assistant with access to Sonarr (TV). "
"You have 18 tools available."
),
)
response = await agent.run(
"What tools are available in Sonarr (TV)?"
)
print(response)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Sonarr (TV) MCP Server
Connect your Sonarr instance to any AI agent to take full control of your TV media library through natural conversation.
LlamaIndex agents combine Sonarr (TV) tool responses with indexed documents for comprehensive, grounded answers. Connect 18 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.
What you can do
- Library Management — List all series, add new shows via TVDB ID, and update monitoring status or quality profiles.
- Episode Tracking — Fetch details for specific episodes, list all episodes in a series, and manage their monitored state.
- File Control — List and delete physical episode files directly from your storage to manage disk space.
- Activity Monitoring — Access download history and current queue status to see what's downloading or stalled.
- System Health — Check Sonarr's connectivity, system status, and internal health metrics to ensure smooth operation.
The Sonarr (TV) MCP Server exposes 18 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 18 Sonarr (TV) tools available for LlamaIndex
When LlamaIndex connects to Sonarr (TV) through Vinkius, your AI agent gets direct access to every tool listed below — spanning media-management, pvr, automation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add series on Sonarr (TV)
Adds a new series to the library
Delete episode file on Sonarr (TV)
Deletes an episode file from disk
Delete queue item on Sonarr (TV)
Removes an item from the queue
Delete series on Sonarr (TV)
Removes a series from the library
Get episode on Sonarr (TV)
Returns a specific episode by its ID
Get episode file on Sonarr (TV)
Returns a specific episode file
Get health on Sonarr (TV)
Returns any health check warnings or errors
Get history on Sonarr (TV)
Access the history of grabbed and imported episodes
Get queue on Sonarr (TV)
Returns all items in the download queue
Get series on Sonarr (TV)
Returns a specific series by its ID
Get system status on Sonarr (TV)
Returns system information (version, OS, paths)
List commands on Sonarr (TV)
Returns all currently running commands
List episode files on Sonarr (TV)
Returns all episode files for a series
List episodes on Sonarr (TV)
Returns all episodes for a specific series
List series on Sonarr (TV)
Returns all series in the library
Start command on Sonarr (TV)
g., SeriesSearch, RescanSeries, RefreshSeries). Starts a new command
Update episode on Sonarr (TV)
Updates an episode (e.g., marking it as monitored)
Update series on Sonarr (TV)
Updates an existing series
Connect Sonarr (TV) to LlamaIndex via MCP
Follow these steps to wire Sonarr (TV) into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install llama-index-tools-mcp llama-index-llms-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use LlamaIndex with the Sonarr (TV) MCP Server
LlamaIndex provides unique advantages when paired with Sonarr (TV) through the Model Context Protocol.
Data-first architecture: LlamaIndex agents combine Sonarr (TV) tool responses with indexed documents for comprehensive, grounded answers
Query pipeline framework lets you chain Sonarr (TV) tool calls with transformations, filters, and re-rankers in a typed pipeline
Multi-source reasoning: agents can query Sonarr (TV), a vector store, and a SQL database in a single turn and synthesize results
Observability integrations show exactly what Sonarr (TV) tools were called, what data was returned, and how it influenced the final answer
Sonarr (TV) + LlamaIndex Use Cases
Practical scenarios where LlamaIndex combined with the Sonarr (TV) MCP Server delivers measurable value.
Hybrid search: combine Sonarr (TV) real-time data with embedded document indexes for answers that are both current and comprehensive
Data enrichment: query Sonarr (TV) to augment indexed data with live information before generating user-facing responses
Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Sonarr (TV) for fresh data
Analytical workflows: chain Sonarr (TV) queries with LlamaIndex's data connectors to build multi-source analytical reports
Example Prompts for Sonarr (TV) in LlamaIndex
Ready-to-use prompts you can give your LlamaIndex agent to start working with Sonarr (TV) immediately.
"List all TV series in my Sonarr library."
"Check the current download queue and history."
"Get details for episode ID 1542."
Troubleshooting Sonarr (TV) MCP Server with LlamaIndex
Common issues when connecting Sonarr (TV) to LlamaIndex through Vinkius, and how to resolve them.
BasicMCPClient not found
pip install llama-index-tools-mcpSonarr (TV) + LlamaIndex FAQ
Common questions about integrating Sonarr (TV) MCP Server with LlamaIndex.
How does LlamaIndex connect to MCP servers?
Can I combine MCP tools with vector stores?
Does LlamaIndex support async MCP calls?
Explore More MCP Servers
View all →
Chargeblast
8 toolsManage chargeback prevention and dispute alerts via Chargeblast — intercept disputes, automate refunds, and audit deflection logs directly from any AI agent.

Booking Manager
10 toolsManage yacht charters via Booking Manager — track yachts, check availability, and manage bookings directly from any AI agent.

GitHub
12 toolsManage repositories, track issues, and search code via AI agents with GitHub.

ShipHero
8 toolsManage e-commerce logistics via ShipHero — track orders, monitor inventory levels, and handle warehouse movements directly from your AI agent.
