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.

コメント

「その他」の他のコンテンツ