Retour aux applications

Ardour MCP Server
par pyroqbit
Control Ardour DAW via MCP, automating transport, track management, and menu actions using OSC messages.
0 étoiles
Fonctionne dans:claude
Expose:Tools
What it does
Connects an AI assistant to Ardour (a professional digital audio workstation) by translating Model Context Protocol requests into Open Sound Control (OSC) messages. This allows an AI to remotely control the DAW's playback, manage audio tracks, and trigger internal menu actions.
Tools
transport_control: Play, stop, locate, and adjust playback speed.track_management: Mute, solo, record enable, adjust gain, and trim tracks.access_action: Execute general Ardour menu actions via a generic interface.get_playback_state: Read current Ardour playback and transport status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ardour-mcp": {
"command": "cargo",
"args": ["run", "--bin", "ardour_mcp_server"]
}
}
}
Note: Ensure Ardour is running with OSC enabled on port 3819.
Supported hosts
- Claude Desktop
Installation rapide
cargo run --bin ardour_mcp_serverInformations
- Tarification
- free
- Publié
- 6/11/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{
"mcpServers": {
"ardour-mcp": {
"command": "cargo",
"args": ["run", "--bin", "ardour_mcp_server"]
}
}
}





