midi-mcp

coming soon...
Claude for Desktop
MacOS/Linux: code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows PowerShell: code $env:AppData\Claude\claude_desktop_config.json
{
"mcpServers": {
"midi": {
"command": "npx",
"args": ["-y", "midi-mcp"]
}
}
}
VSCode
code .vscode\mcp.json
{
"servers": {
"midi": {
"command": "npx",
"args": ["-y", "midi-mcp"]
}
}
}
Debugging
Instead of the npx command, use:
"midi": {
"command": "node",
"args": ["/path/to/midi-mcp"]
}
MCP Inspector
npx @modelcontextprotocol/inspector node /path/to/midi-mcp