- Explore MCP Servers
- supercollider-mcp
Supercollider Mcp
What is Supercollider Mcp
The SuperCollider MCP Server is a Model Context Protocol (MCP) server designed for the SuperCollider programming language, enabling the execution of synthesizers using supercolliderjs.
Use cases
Use cases include creating complex audio synthesizers, integrating with development environments like VS Code for real-time sound manipulation, and facilitating collaborative audio projects through shared configurations.
How to use
To use the SuperCollider MCP Server, install SuperCollider and Node.js on your machine. Configure the MCP server in your application (like Claude Desktop or VS Code) by adding the specified JSON configuration to the respective settings files.
Key features
Key features include compatibility with SuperCollider, the ability to execute synths via supercolliderjs, and specific support for macOS with Apple Silicon (M1) processors.
Where to use
The SuperCollider MCP Server is primarily used in audio programming, sound design, and music production environments, especially where SuperCollider is utilized.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Supercollider Mcp
The SuperCollider MCP Server is a Model Context Protocol (MCP) server designed for the SuperCollider programming language, enabling the execution of synthesizers using supercolliderjs.
Use cases
Use cases include creating complex audio synthesizers, integrating with development environments like VS Code for real-time sound manipulation, and facilitating collaborative audio projects through shared configurations.
How to use
To use the SuperCollider MCP Server, install SuperCollider and Node.js on your machine. Configure the MCP server in your application (like Claude Desktop or VS Code) by adding the specified JSON configuration to the respective settings files.
Key features
Key features include compatibility with SuperCollider, the ability to execute synths via supercolliderjs, and specific support for macOS with Apple Silicon (M1) processors.
Where to use
The SuperCollider MCP Server is primarily used in audio programming, sound design, and music production environments, especially where SuperCollider is utilized.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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"
]
}
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










