Loading MCP server directory, please wait...
Synthesizes audio from MusicXML, with voice-part selection and tempo control
npx @getmcp/cli add io.github.raulkivi/synth-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SYNTH_SOUNDFONT_PATHPath to an SF2 soundfont file
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.raulkivi/synth-mcp": {
"command": "uvx",
"args": [
"synth-mcp"
],
"env": {
"SYNTH_SOUNDFONT_PATH": ""
}
}
}
}