Pd-MCP-Server
If you are the rightful owner of Pd-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project provides integration between Claude AI and Pure Data through the Model Context Protocol (MCP).
The Pure Data MCP Server integrates Claude AI with Pure Data using the Model Context Protocol (MCP). It allows Claude to dynamically create, modify, and control Pure Data patches through natural language. The system comprises three main components: the MCP Server, which implements the MCP interface for Claude; the OSC Daemon, which manages OSC communication with Pure Data; and the Pure Data Patch, which is a dynamic patching solution that receives OSC messages. This integration enables dynamic object creation, connection management, DSP control, parameter control, and global object tracking, all facilitated by robust error handling and debugging tools.
Features
- Dynamic Object Creation: Create any Pure Data object on demand through Claude.
- Connection Management: Connect objects together to build complex signal flows.
- DSP Control: Start and stop audio processing remotely.
- Parameter Control: Modify parameters of objects in real-time.
- Global Object Tracking: Reliable index-based connection system.