Skip to main content
Glama

supercollider-mcp

by Synohara

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

  1. Install SuperCollider on your machine.
  2. 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" ] } } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

supercollider-mcp

  1. Prerequisites
    1. Compatibility
      1. Installation
        1. Usage with Claude Desktop
        2. Usage with VS Code

      Related MCP Servers

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Synohara/supercollider-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server