SuperCollider MCP
@Synohara
About SuperCollider MCP
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-supercollider": {
"command": "npx",
"args": [
"-y",
"@makotyo/mcp-supercollider"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SuperCollider MCP?
SuperCollider MCP is a Model Context Protocol (MCP) server for the SuperCollider programming language that allows AI coding assistants to execute synth definitions using the supercolliderjs library. It is designed for developers who want to generate and run SuperCollider code interactively through an AI-powered interface.
How to use SuperCollider MCP?
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.
Key features of SuperCollider MCP
- 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
Use cases of SuperCollider MCP
- Generating and running SuperCollider sound synthesis code with AI assistance
- Experimenting with SuperCollider synths through a conversational interface
- Prototyping audio projects without manually launching SuperCollider
FAQ from SuperCollider MCP
What are the prerequisites for using SuperCollider MCP?
You need to install SuperCollider on your machine, as well as Node.js and npm.
Which operating systems are supported?
This project has only been tested on macOS with Apple Silicon (M1) processors. Compatibility with other systems has not been verified.
How do I configure SuperCollider MCP with Claude Desktop?
Add the block @makotyo/mcp-supercollider to the mcpServers object in your claude_desktop_config.json using the command npx -y.
How do I configure SuperCollider MCP with VS Code?
Add the configuration to your User Settings JSON (under the mcp.servers key) or to a .vscode/mcp.json file in your workspace. The mcp key is not needed in the .vscode/mcp.json file.
What package name is used to install SuperCollider MCP?
The npm package is @makotyo/mcp-supercollider.
Frequently asked questions
What are the prerequisites for using SuperCollider MCP?
You need to install SuperCollider on your machine, as well as Node.js and npm.
Which operating systems are supported?
This project has only been tested on macOS with Apple Silicon (M1) processors. Compatibility with other systems has not been verified.
How do I configure SuperCollider MCP with Claude Desktop?
Add the block `@makotyo/mcp-supercollider` to the `mcpServers` object in your `claude_desktop_config.json` using the command `npx -y`.
How do I configure SuperCollider MCP with VS Code?
Add the configuration to your User Settings JSON (under the `mcp.servers` key) or to a `.vscode/mcp.json` file in your workspace. The `mcp` key is not needed in the `.vscode/mcp.json` file.
What package name is used to install SuperCollider MCP?
The npm package is `@makotyo/mcp-supercollider`.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments