SuperCollider MCP
About
# SuperCollider MCP Server The SuperCollider MCP Server is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server for the SuperCollider programming language that allows to execute synth using supercolliderjs. ## Prerequisites 1. Install…
Details
- Author
- Synohara
- Downloads
- 216
- Categories
- Developer Tools, Other
Jump to
- Executes SuperCollider synth definitions via supercolliderjs
- Integrates with Claude Desktop via MCP configuration
- Works with VS Code through User Settings or workspace config
- Runs as a standard MCP server using npx
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SuperCollider MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install SuperCollider and Node.js on your machine, then configure the server in Claude Desktop by adding the package @makotyo/mcp-supercollider to the claude_desktop_config.json file, or in VS Code by adding the same configuration to the User Settings JSON or a workspace .vscode/mcp.json file.
synth-execute
SynthDefのコードを生成し、そのコードを実行して音を出します。
multi-synth-execute
複数のSynthDefを同時に実行します。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"supercollider mcp": {
"mcp-supercollider": {
"command": "npx",
"args": [
"-y",
"@makotyo/mcp-supercollider"
]
}
}
}
}
McpServers
{
"mcp-supercollider": {
"command": "npx",
"args": [
"-y",
"@makotyo/mcp-supercollider"
]
}
}
An MCP server for the SuperCollider programming language that executes synths using supercolliderjs.
The SuperCollider MCP Server is aModel Context Protocol (MCP)server for the SuperCollider programming language that allows to execute synth using supercolliderjs.
- InstallSuperCollideron your machine.
- Node.js and npm should be installed on your machine. You can download it fromNode.js official website.
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.
Add this to yourclaude_desktop_config.json:
{ "mcpServers": { "mcp-supercollider": { "command": [ "npx", "-y", "@makotyo/mcp-supercollider"] } } }
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" ] } } } }
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Deterministic music-theory engine for AI agents to analyze, resolve, voice, and reharm chords.
An MCP server exposing @playbykey/theory as AI-callable, computed music theory tools, includes chords, scales, progressions, transpositions, and MIDI/frequency conversions.
Interact with Sonic Pi, the live coding music synth, using OSC messages.
Control Ableton Live with AI prompts for music production, track creation, and session manipulation.
Analyzes audio files and extracts metadata, tailored for game audio development workflows.
AI-powered audio generation using the MiniMax Music API.
Pronunciation dictionary for developer jargon - IPA, respelling and audio for 1,650+ sourced entries (kubectl, nginx, JSON).
A server for quantum physics simulation and animation, using QuTip for computations and Manim for visualizations.
Official MCP server for Very Good FFmpeg
A server providing tools for weapon recoil generation and visualization via HTTP endpoints.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





