Pure Data MCP Server
Related Servers
Alternatives to Pure Data MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceControl and live-patch Pure Data from AI agents via the Model Context Protocol.219 npm2MIT
- AlicenseBqualityDmaintenanceConnects Ableton Live to Claude AI via the Model Context Protocol for prompt-assisted music production and session manipulation. It enables users to create tracks, load instruments, and manage MIDI clips using natural language commands.161MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language command and control of remote systems across multiple platforms through Claude AI using the Model Context Protocol.8-
- AlicenseBqualityDmaintenanceConnects Ableton Live to Claude AI via the Model Context Protocol, enabling prompt-assisted music production, track creation, and Live session manipulation.16MIT
- AlicenseAqualityDmaintenanceEnables AI-powered music composition and synthesis by generating Pure Data patches, VCV Rack modules, and MIDI controller mappings through natural language.1010 npm4MIT
- AlicenseNot gradedqualityFmaintenanceEnables LLMs to directly understand and generate Max patches via the Model Context Protocol.269MIT
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose: object creation/deletion, connection management, parameter access, file operations, DSP control, and workspace clearing. There is no overlap or ambiguity among the tools.
All tools follow a consistent verb_noun pattern using snake_case (e.g., create_object, get_param, start_dsp). No mixed conventions or deviations are present.
With 11 tools covering object lifecycle, connections, parameters, file persistence, and DSP state, the count is well-scoped for a Pure Data server. Every tool serves a necessary function without redundancy.
The tool set covers core operations (CRUD for objects, connections, parameters, patch files, DSP) but lacks a tool to list all objects or send arbitrary messages. These minor gaps are acceptable for many use cases.