MCP server for Max (Max/MSP/Jitter) that enables AI agents to parse, generate, and manipulate Max patches. Provides tools for working with Max's visual programming language. Connects to Max's API for real-time interaction with patches. Useful for developers building AI-assisted tools for music, audio processing, and multimedia applications.
MCP server for Max (Max/MSP/Jitter) that enables AI agents to parse, generate, and manipulate Max patches. Provides tools for working with Max's visual programming language. Connects to Max's API for real-time interaction with patches. Useful for developers building AI-assisted tools for music, audio processing, and multimedia applications.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"tiianhk-maxmsp-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tiianhk-maxmsp-mcp-server-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MaxMSP?"
API Key Required
This server requires an API key from MaxMSP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MAXMSP_API_KEY | Yes | Your MaxMSP API key |
"What resources are available in MaxMSP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MaxMSP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MaxMSP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.