Skip to content
Grok

osc-bridge for Grok

io.github.roomi-fields/osc-bridge

OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.

client:Grok transport:stdio runtime:npm

Install osc-bridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "osc-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

osc-bridge in other clients