tdarr-mcp
MCP server for interacting with Tdarr, a distributed transcoding system. Provides 21 tools for monitoring workers, managing flows, and controlling transcoding libraries.
README
tdarr-mcp
MCP server for interacting with Tdarr — a distributed transcoding system for video/audio libraries.
Exposes 21 tools for monitoring and controlling Tdarr via the Model Context Protocol.
Tools
Core
| Tool | Description |
|---|---|
get_status |
Get Tdarr server status (version, uptime) |
get_workers |
List all workers/nodes with status and progress |
get_libraries |
List all configured libraries |
get_library_stats |
Get detailed stats for a specific library |
scan_library |
Trigger a file scan on a library |
get_queue |
Get queue status (pending, processing, error counts) |
pause_worker |
Pause a worker by setting its limit to 0 |
resume_worker |
Resume a paused worker |
Flow management
| Tool | Description |
|---|---|
get_flows |
List all flows |
get_flow |
Get a specific flow definition |
create_flow |
Create a new flow |
update_flow |
Update an existing flow |
delete_flow |
Delete a flow |
apply_flow_to_library |
Apply a flow to a library |
Settings & plugins
| Tool | Description |
|---|---|
get_settings |
Get all global settings |
update_settings |
Update global settings |
get_plugins |
List all available plugins |
get_plugin_details |
Get details of a specific plugin |
Node management
| Tool | Description |
|---|---|
get_nodes |
Get all nodes with full details (settings, workers, GPU/CPU, version) |
update_node_settings |
Update settings of a specific node |
get_node_logs |
Get recent log entries for a node |
Configuration
| Env var | Default | Description |
|---|---|---|
TDARR_URL |
http://192.168.0.1:8265 |
Tdarr server URL |
No authentication required (local network access).
Build & Run
npm install
npm run build
node dist/index.js
Integration — docker-compose (media-manager)
mcpServers:
tdarr:
command: node
args: ["/home/agent/tdarr-mcp/dist/index.js"]
env:
TDARR_URL: "http://192.168.0.1:8265"
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.