tiianhk/MaxMSP-MCP-Server
A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia.
Quick Start
Clone the repository:
git clone https://github.com/tiianhk/MaxMSP-MCP-ServerClaude Desktop configuration example:
{
"mcpServers": {
"maxmsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"tiianhk/MaxMSP-MCP-Server"
]
}
}
}Check the repository README for specific installation and configuration instructions.