AI / MLMax
MaxMSP-MCP-Server
MCP Server for Max that enables LLMs to understand and generate Max patches.
N/A rating (0 reviews)0 installs198 GitHub stars
MaxMSPMCPLLM
This project utilizes the Model Context Protocol (MCP) to allow large language models (LLMs) to directly interpret and create Max patches. It provides functionalities for explaining existing patches and generating new audio synthesis patches, leveraging the official documentation and current patch objects.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"maxmsp-mcp-server-1": {
"args": [
"-y",
"@modelcontextprotocol/server-maxmsp-mcp-server-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.