bespoke-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bespoke-mcpBuild a pad synth patch and play a Cmaj7 chord"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bespoke-mcp
An MCP server that lets an LLM drive a live Bespoke Synth window: build and rewire the module graph, set and modulate controls (including the right-click LFO surface), sequence notes, control playback, and — crucially — hear the result via numeric audio analysis, rendered spectrogram/waveform images, and a symbolic note-event log fed back to the model.
Install
INSTALL.md is the setup: what has to be on the machine (git, CMake, a C++
compiler, Python 3.11–3.14, uv, ffmpeg, optionally Docker), then Windows and Linux
instructions per component. Once the submodules are cloned and the fork is built, ./run.sh
brings up a window with the bridge open and every harness below sees the servers.
Related MCP server: Ableton Live MCP
Every harness, no configuration
The four servers — bespoke-live, bespoke-offline, score and overtone — are registered in the repo,
one config file per harness, so opening this directory in any of them is the whole setup. None of
the files names a path: uv run resolves the project from the working directory, which is this
checkout.
Harness | File | Notes |
| ||
VS Code asks once before starting a workspace server | ||
project-scoped config needs the directory trusted | ||
Zed calls them | ||
per user | these keep one central config in your home directory and will not take a relative path, so it cannot be committed. |
Two harnesses at once. Every line above is uv run --frozen --no-sync python -m bespoke_mcp
and not uv run bespoke-mcp, which is what makes Claude Code and Antigravity — or any other two —
able to hold these four servers open on the same checkout at the same time. A plain `uv run
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables programmatic control of Ableton Live using natural language to manage session transport, tracks, MIDI clips, and device parameters. It also integrates ElevenLabs for AI-generated audio and provides a high-performance framework for real-time performance tools.16MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control and inspect Ableton Live by executing Python code directly against the Live Object Model. It allows for automated track management, MIDI note creation, and real-time session manipulation through a natural language interface.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to control and monitor Bitwig Studio in real-time using natural language commands through MCP and OSC.
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to control Ableton Live via OSC and the Model Context Protocol, supporting commands like setting up tracks and routing.MIT
Related MCP Connectors
Create and track AI music videos and audio-reactive visuals from songs.
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
MCP server for Producer/Riffusion AI music generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Crack-Pantelimon/bespoke-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server