Skip to main content
Glama

SuperCollider MCP Server

by BradA1878

sc_play_synth

Generate synthesized sounds using natural language descriptions. Describe the sound you want to create, such as "bell at C5" or "deep bass tone for 2 seconds," and the tool produces the corresponding audio output.

Instructions

Play a synthesized sound based on a natural language description. This is the primary tool for sound synthesis. Examples: "play a bell sound at C4", "play a low bass tone for 2 seconds", "play a plucked string sound"

Input Schema

NameRequiredDescriptionDefault
descriptionYesNatural language description of the sound to create (e.g., "bell at C5", "deep bass", "short snare")

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Natural language description of the sound to create (e.g., \"bell at C5\", \"deep bass\", \"short snare\")", "type": "string" } }, "required": [ "description" ], "type": "object" }

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/BradA1878/mcp-wave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server