Back to MCP Servers
MaxMSP
A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia.
coding-agentsagent
By tiianhk
Installation
npx -y MaxMSP-MCP-ServerConfiguration
{
"mcpServers": {
"MaxMSP-MCP-Server": {
"command": "npx",
"args": ["-y", "MaxMSP-MCP-Server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes