mcp-midi-controller

teemow/mcp-midi-controller
★ 0 stars Go Other Updated 1mo ago
Conversational MCP server (Go) for rig setup, sound design, and scene management of a MIDI/OSC music rig
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-midi-controller": {
      "command": "go",
      "args": [
        "run",
        "github.com/teemow/mcp-midi-controller@latest"
      ]
    }
  }
}