banjo-midison

ddri/banjo-midison
★ 0 stars Python 📦 Other Updated 1d ago
A MIDI chord progression assistant built as an MCP Server.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "banjo-midison": {
      "command": "uvx",
      "args": [
        "banjo-midison"
      ]
    }
  }
}

Or install with pip: pip install banjo-midison