SuperCollider MCP Server
The SuperCollider MCP Server is a Model Context Protocol (MCP) server for the SuperCollider programming language that allows to execute synth using supercolliderjs.
Prerequisites
- Install SuperCollider on your machine.
- Node.js and npm should be installed on your machine. You can download it from Node.js official website.
Compatibility
This project has been tested and confirmed to work only on macOS with Apple Silicon (M1) processors. Compatibility with other operating systems or processor architectures has not been verified.
Installation
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-supercollider": {
"command": [
"npx",
"-y",
"@makotyo/mcp-supercollider"]
}
}
}
Usage with VS Code
Add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).
Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.
Note that the mcp key is not needed in the .vscode/mcp.json file.
{
"mcp": {
"servers": {
"mcp-supercollider": {
"command": "npx",
"args": [
"-y",
"@makotyo/mcp-supercollider"
]
}
}
}
}
SuperCollider Synth Executor
Project Details
- Synohara/supercollider-mcp
- MIT License
- Last Updated: 5/10/2025
Recomended MCP Servers
An MCP server that offers several commands to generate prompts based on the Git repository's content
A RAG-ready MCP server for semantic PDF search with OCR, FAISS, and transformers—plug into any MCP client and...
A MCP (Model Context Protocol) server for interacting with dbt.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect...
MCP wrapper for Swagger/OpenAPI definitions
A Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar...
A Model Context Protocol server for Flux image generation, providing tools for image generation, manipulation, and control
TEN Agent is a conversational AI powered by TEN, integrating Gemini 2.0 Multimodal Live API, OpenAI Realtime API,...
为Cursor设计的MCP服务器安装程序,轻松扩展AI能力
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support,...
CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to...





