MCP.so
登录
S

SuperCollider MCP

@Synohara

关于 SuperCollider MCP

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

Synohara

提交者

makotyo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器