MaxMSP-MCP-Server

tiianhk/MaxMSP-MCP-Server
★ 178 stars Max 🧠 Memory/Knowledge Updated 1mo ago
MCP (Model Context Protocol) Server for Max (Max/MSP/Jitter)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "maxmsp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tiianhk/MaxMSP-MCP-Server"
      ]
    }
  }
}