# Ardour/ardour | Model Context Protocol (MCP) Server > Mirror of Ardour Source Code - **Stars**: ⭐ 5,153 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ardour": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ardour" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ardour": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ardour" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ardour` - **Docker**: `docker run -i --rm mcp/ardour`