An MCP server for controlling the Carla audio plugin host
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"carla-mcp": {
"env": {
"CARLA_PATH": "/usr/share/carla",
"PYTHONPATH": "/usr/share/carla/source/frontend"
},
"args": [
"/path/to/carla-mcp-server/server.py"
],
"type": "stdio",
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server for complete control over the Carla audio plugin host. This server enables natural language control of professional audio production workflows through Large Language Models.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Carla Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server for complete control over the Carla audio plugin host. This server enables natural language control of professional audio production workflows through Large Language Models.
The Carla MCP Server provides 45 tools across 7 functional categories for complete audio production control. Built with Python 3.12+, it offers a production-ready interface between AI assistants and professional audio software.
Key Features:
Ask an AI assistant to help with professional audio tasks:
Carla Audio Plugin Host
# Ubuntu/Debian
sudo apt install carla carla-dev
# Or build from source for latest features
git clone https://github.com/falkTX/Carla.git
cd Carla
make
sudo make install
Python Environment
# Requires Python 3.12+
python3 --version # Should be 3.12 or higher
Audio System
# JACK Audio Connection Kit (recommended)
sudo apt install jackd2 jack-tools
# For Windows VST support on Linux
sudo apt install wine wine32 wine64
Clone and Install
git clone https://github.com/your-org/carla-mcp-server.git
cd carla-mcp-server
# Install dependencies
pip install -r require