tdarr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tdarr-mcpShow me the current status of all workers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 Tdarr server status (version, uptime) |
| List all workers/nodes with status and progress |
| List all configured libraries |
| Get detailed stats for a specific library |
| Trigger a file scan on a library |
| Get queue status (pending, processing, error counts) |
| Pause a worker by setting its limit to 0 |
| Resume a paused worker |
Flow management
Tool | Description |
| List all flows |
| Get a specific flow definition |
| Create a new flow |
| Update an existing flow |
| Delete a flow |
| Apply a flow to a library |
Settings & plugins
Tool | Description |
| Get all global settings |
| Update global settings |
| List all available plugins |
| Get details of a specific plugin |
Node management
Tool | Description |
| Get all nodes with full details (settings, workers, GPU/CPU, version) |
| Update settings of a specific node |
| Get recent log entries for a node |
Configuration
Env var | Default | Description |
|
| Tdarr server URL |
No authentication required (local network access).
Build & Run
npm install
npm run build
node dist/index.jsIntegration — 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"This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/maximeallanic/tdarr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server