Skip to content
Cursor

osc-bridge for Cursor

io.github.roomi-fields/osc-bridge

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

client:Cursor transport:stdio runtime:npm

Install osc-bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

osc-bridge in other clients