Skip to main content
Glama

SuperCollider MCP サーバー

SuperCollider MCP サーバーは、supercolliderjs を使用してシンセを実行できるようにする、SuperCollider プログラミング言語用のモデル コンテキスト プロトコル (MCP)サーバーです。

前提条件

  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での使用

VS Codeのユーザー設定(JSON)ファイルに、以下の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