MCP (Model Context Protocol) Server for Max (Max/MSP/Jitter)
Connect MaxMSP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP (Model Context Protocol) Server for Max (Max/MSP/Jitter). The maxmsp mcp server is what makes that connection.
This project uses the Model Context Protocol (MCP) to let LLMs directly understand and generate Max patches.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
create_subpatcher — Create a new p (subpatcher) objectenter_subpatcher — Navigate into a subpatcher contextexit_subpatcher — Return to parent patcherget_patcher_context — Get current depth and navigation pathadd_subpatcher_io — Add inlet/outlet objects inside subpatchersget_object_connections — Query all connections for an objectrecreate_with_args — Change creation-time arguments, preserving connectionsmove_object — Reposition an objectautofit_existing — Apply auto-sizing to existing objectscheck_signal_safety — Analyze patch for dangerous signal patternsencapsulate — Encapsulate selected objects into a subpatcherPrerequisites — The Prerequisites tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MaxMSP's toolset — create_subpatcher, enter_subpatcher, exit_subpatcher and 9 more — is a fair guide to whether it matches your workflow. It is maintained by tiianhk; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MaxMSP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| create_subpatcher | Create a new p (subpatcher) object |
| enter_subpatcher | Navigate into a subpatcher context |
| exit_subpatcher | Return to parent patcher |
| get_patcher_context | Get current depth and navigation path |
| add_subpatcher_io | Add inlet/outlet objects inside subpatchers |
| get_object_connections | Query all connections for an object |
| recreate_with_args | Change creation-time arguments, preserving connections |
| move_object | Reposition an object |
| autofit_existing | Apply auto-sizing to existing objects |
| check_signal_safety | Analyze patch for dangerous signal patterns |
| encapsulate | Encapsulate selected objects into a subpatcher |
| Prerequisites | The Prerequisites tool exposed by this server. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.