Skip to main content
Coding AgentsPython

tiianhk/MaxMSP-MCP-Server

A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tiianhk/MaxMSP-MCP-Server

Claude 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.

Details

Category
Coding Agents
Language
Python
Author
tiianhk