← Back to browse

osc-bridge

Indexed by io.github.roomi-fields

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add osc-bridge -- npx @roomi-fields/osc-bridge
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"osc-bridge","command":"npx","args":["@roomi-fields/osc-bridge"]}'
JSON
{
  "mcpServers": {
    "osc-bridge": {
      "command": "npx",
      "args": [
        "@roomi-fields/osc-bridge"
      ]
    }
  }
}