Skip to main content
Glama

supercollider-mcp

by Synohara

超级对撞机 MCP 服务器

SuperCollider MCP 服务器是 SuperCollider 编程语言的模型上下文协议 (MCP)服务器,允许使用 supercolliderjs 执行合成。

先决条件

  1. 在您的机器上安装SuperCollider
  2. 你的机器上应该已经安装了 Node.js 和 npm。你可以从Node.js 官方网站下载。

兼容性

本项目已测试并确认仅适用于搭载 Apple Silicon (M1) 处理器的 macOS。尚未验证与其他操作系统或处理器架构的兼容性。

安装

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

{ "mcpServers": { "mcp-supercollider": { "command": [ "npx", "-y", "@makotyo/mcp-supercollider"] } } }

与 VS Code 一起使用

将以下 JSON 块添加到 VS Code 中的“用户设置 (JSON)”文件中。您可以按 Ctrl + Shift + P 并输入“Preferences: Open User Settings (JSON)”。

或者,您可以将其添加到工作区中名为 .vscode/mcp.json 的文件中。这样您就可以与其他人共享该配置。

请注意,.vscode/mcp.json 文件中不需要 mcp 键。

{ "mcp": { "servers": { "mcp-supercollider": { "command": "npx", "args": [ "-y", "@makotyo/mcp-supercollider" ] } } } }
Install Server
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.

超级对撞机

  1. 先决条件
    1. 兼容性
      1. 安装
        1. 与 Claude Desktop 一起使用
        2. 与 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