Pure Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PD_OSC_HOST | No | Host for OSC communication with Pure Data | 127.0.0.1 |
| PD_OSC_PORT | No | Port for OSC communication with Pure Data | 5000 |
| PD_FEEDBACK_PORT | No | Port for feedback from Pure Data | 5001 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_objectA | Create a new Pd object. |
| delete_objectA | Delete a Pd object. |
| connect_objectsA | Create a connection between two Pd objects. |
| disconnect_objectsB | Remove an existing connection between two Pd objects. |
| set_paramA | Modify a parameter of an existing Pd object. |
| get_paramB | Retrieve the current value of an object's parameter. |
| clear_workspaceA | Clear all objects from the Pd workspace subpatch and reset index tracking. |
| start_dspB | Enable DSP processing in Pure Data. |
| stop_dspA | Disable DSP processing in Pure Data. |
| save_patchB | Save the current Pd patch. |
| load_patchC | Load a Pd patch from a file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_oscillator_patch | Prompt to create a simple oscillator patch. This prompt guides the user through creating a basic oscillator patch in Pure Data using the available tools. Returns: Prompt text |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pd://objects | |
| pd://port-info |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikmaniatis/Pd-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server