SuperCollider MCP Server
An MCP server for the SuperCollider programming language that executes synths using supercolliderjs.
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"
]
}
}
}
}
Related Servers
Mindpilot MCP
Visualize legacy code and inspect complex flows to understand your agent's operations.
MCP Image Placeholder Server
Generates placeholder images from various providers like placehold.co and lorem-picsum.
SQLFluff Analyzer
Analyze, lint, and fix SQL queries using the SQLFluff linter.
go-mcp実験場
A Go-based MCP server example demonstrating correct usage of go.mod and build/run commands.
DevRev MCP server
Search and retrieve information from DevRev using its APIs.
GXtract
GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment.
1MCP
A unified MCP server that aggregates multiple MCP servers into a single endpoint.
BaseCreative MCP
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
JavaScript Sandbox
Provides a secure JavaScript execution environment for running code snippets.
AI Counsel
True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds