SuperCollider MCP Server
An MCP server for the SuperCollider programming language that executes synths using supercolliderjs.
SuperCollider MCP Server
The SuperCollider MCP Server is a Model Context Protocol (MCP) server for the SuperCollider programming language that allows to execute synth using supercolliderjs.
Prerequisites
- Install SuperCollider on your machine.
- Node.js and npm should be installed on your machine. You can download it from Node.js official website.
Compatibility
This project has been tested and confirmed to work only on macOS with Apple Silicon (M1) processors. Compatibility with other operating systems or processor architectures has not been verified.
Installation
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-supercollider": {
"command": [
"npx",
"-y",
"@makotyo/mcp-supercollider"]
}
}
}
Usage with VS Code
Add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).
Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.
Note that the mcp key is not needed in the .vscode/mcp.json file.
{
"mcp": {
"servers": {
"mcp-supercollider": {
"command": "npx",
"args": [
"-y",
"@makotyo/mcp-supercollider"
]
}
}
}
}
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Luskad MCP
Provides access to coding rules and examples for your projects.
CodeRabbit
Integrate with CodeRabbit AI for automated code reviews, pull request analysis, and report generation.
Figma MCP Server
Enables AI assistants to interact with Figma via WebSocket for reading data and design analysis.
s&box MCP Server
Enables AI assistants to interact with s&box game objects and components via WebSocket communication.
Flux Schnell MCP Server
Generate images using the Flux Schnell model via the Replicate API.
Shadcn Space MCP
Integrate shadcn space MCP server into your IDE to generate ready-to-use shadcn/ui components without guesswork.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework. Requires Metasploit Framework to be installed and msfrpcd to be running.
IDA MCP Server
A Model Context Protocol server for the IDA Pro disassembler.
Shadcn UI MCP Server
A powerful and flexible MCP server designed to enhance the development experience with Shadcn UI components, providing tools for component management, documentation, and installation.
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.