The Strudel MCP server allows AI agents to interact with Strudel.cc for music generation and live coding. It exposes tools for real-time control and manipulation of music tracks, including note input, track manipulation, and playback. The server connects directly to Strudel.cc's API, enabling AI agents to generate and modify music in real time. Developers building AI music generation tools or live coding applications can use this server to integrate AI-driven music creation into their projects.
The Strudel MCP server allows AI agents to interact with Strudel.cc for music generation and live coding. It exposes tools for real-time control and manipulation of music tracks, including note input, track manipulation, and playback. The server connects directly to Strudel.cc's API, enabling AI agents to generate and modify music in real time. Developers building AI music generation tools or live coding applications can use this server to integrate AI-driven music creation into their projects.
npx -y @williamzujkowski/strudel-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"williamzujkowski-strudel-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @williamzujkowski/strudel-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from strudel?"
No configuration required. This server works out of the box.
"What resources are available in strudel?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in strudel"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in strudel with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.