Midi-SysEx-MCPServer

vangrieg/Midi-SysEx-MCPServer
★ 3 stars Jupyter Notebook 📦 Other Updated 7mo ago
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": {
    "midi-sysex-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "vangrieg/Midi-SysEx-MCPServer"
      ]
    }
  }
}