mcp-sonic-pi: MCP server for Sonic Pi

by vinayak-mehta

258 downloads
Not rated
GitHub

About

mcp-sonic-pi is an MCP server that connects any MCP client with Sonic Pi, enabling you to create music using natural language (English). It is designed for musicians, educators, and developers who want to control Sonic Pi through conversational interfaces.

Details

Author
vinayak-mehta
Downloads
258
Categories
Other

- Connects MCP clients to Sonic Pi.
- Create music using simple English commands.
- Requires Python 3.10+ and running Sonic Pi.
- Easy setup with uvx mcp-sonic-pi.
- Supports any MCP client (e.g., Claude).
- Open source under Apache 2.0 license.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-sonic-pi: MCP server for Sonic Pi
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Ensure Sonic Pi is running, then start the server with uvx mcp-sonic-pi. For use with Claude, add the server configuration to claude_desktop_config.json as shown in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-sonic-pi: mcp server for sonic pi": {
            "mcp-sonic-pi": {
                "command": "uvx",
                "args": [
                    "mcp-sonic-pi"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-sonic-pi": {
        "command": "uvx",
        "args": [
            "mcp-sonic-pi"
        ]
    }
}

mcp-sonic-pi: MCP server for Sonic Pi

mcp-sonic-pi connects any MCP client with Sonic Pi enabling you to create music with English.

📺 Demo

Requirements

- Python 3.10+
- Sonic Pi installed and running

Quickstart

Start using mcp-sonic-pi with an MCP client by running:

uvx mcp-sonic-pi

To start using this MCP server with Claude, add the following entry to your claude_desktop_config.json:

{
  "mcpServers": {
    "sonic-pi": {
      "args": [
        "mcp-sonic-pi"
      ],
      "command": "/path/to/uvx"
    }
  }
}

Note: Ensure Sonic Pi is running before starting the MCP server.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.