Skip to main content
Glama

超级对撞机 MCP 服务器

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

先决条件

  1. 在您的机器上安装SuperCollider

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

Related MCP server: MasterMCP

兼容性

本项目已测试并确认仅适用于搭载 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"
        ]
      }
    }
  }
}
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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