# HaveAGitGat/Tdarr | Model Context Protocol (MCP) Server > Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) - **Stars**: ⭐ 4,102 - **Language**: Makefile - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Tdarr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Tdarr" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Tdarr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Tdarr" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Tdarr` - **Docker**: `docker run -i --rm mcp/Tdarr`