MCP.so
Sign In
S

SuperCollider MCP

@Synohara

About SuperCollider MCP

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

Synohara

Submitted by

makotyo

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.

Comments

More Other MCP servers