supercollider-mcp
超级对撞机 MCP 服务器
SuperCollider MCP 服务器是 SuperCollider 编程语言的模型上下文协议 (MCP)服务器,允许使用 supercolliderjs 执行合成。
先决条件
在您的机器上安装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 一起使用
将以下 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"
]
}
}
}
}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