MCP server for audio plugin development — CMake build, test, lint, and project tools for JUCE/CLAP/VST3/ARA plugin projects
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apc-mcp": {
"command": "npx",
"args": [
"-y",
"sgm-audio/apc-mcp"
]
}
}
}
Run in terminal:
claude mcp add apc-mcp npx -y sgm-audio/apc-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"apc-mcp": {
"command": "npx",
"args": [
"-y",
"sgm-audio/apc-mcp"
]
}
}
}