supercollider-mcp
SuperCollider MCP サーバー
SuperCollider MCP サーバーは、supercolliderjs を使用してシンセを実行できるようにする、SuperCollider プログラミング言語用のモデル コンテキスト プロトコル (MCP)サーバーです。
前提条件
マシンにSuperColliderをインストールします。
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"
]
}
}
}
}Maintenance
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
- MIT
Related MCP Connectors
Skiddle MCP.
Science Feeds MCP.
Trove MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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