Back to MCP directory
publicPublicdnsLocal runtime

mcp-sonic-pi

mcp-sonic-pi是一个连接MCP客户端与Sonic Pi的工具,允许用户通过英文指令创建音乐。

article

README

🚀 MCP Sonic Pi:连接MCP客户端与Sonic Pi的服务器

mcp - sonic - pi 可将任意MCP客户端与 Sonic Pi 相连接,让您能够用英语进行音乐创作,为音乐创作带来更多可能。

👉演示视频

🚀 快速开始

通过运行以下命令,使用 mcp - sonic - pi 开始与MCP客户端配合:

uvx mcp-sonic-pi

要将此MCP服务器与Claude一起使用,请在 claude_desktop_config.json 中添加以下条目:

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

⚠️ 重要提示

请确保在启动MCP服务器之前 Sonic Pi 已经运行。

📦 安装指南

需求

  • Python 3.10+ 版本
  • 已安装并运行的 Sonic Pi

👨‍💻 贡献

欢迎贡献!请随时提交拉取请求。

📄 许可证

本项目根据 Apache 2.0 许可证发布 - 详细信息请参阅 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client