mcpbeat Sign in

osc-bridge MCP Server

local only

osc-bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 20 Aug 2026.

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

Installs per day peak 13 · avg 6 · +25% w/w
a month agotoday
37
Installs / week
npm · @roomi-fields/osc-bridge
7
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js
File ships in the package but is absent from the source [пакет] bin/osc-bridge.js:1
этот файл ставится пользователю, но в репозитории его нет
const res = spawnSync(bin, process.argv.slice(2), { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add osc-bridge -- npx -y @roomi-fields/osc-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "osc-bridge": {
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.osc-bridge]
command = "npx"
args = ["-y", "@roomi-fields/osc-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "osc-bridge": {
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "osc-bridge": {
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to osc-bridge

same job, measured the same way
MCP Dyson Appliances
by m2ai-mcp-servers

MCP server for controlling Dyson air purifiers and fans

17 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 installs/wk local only
Xojo IDE Control
by brechanbech

MCP server for controlling the Xojo IDE on macOS

local only
Gradient MSP MCP
by servosity

CLI and MCP server for Gradient MSP Synthesize: usage push, billing drift, alert tracing.

local only
FL Studio MCP Mac
by purahmanian

macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.

56 installs/wk local only
Displaybuddy MCP
by biocross

MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.

30 installs/wk local only
Ableton for AI
by peterkolbe

Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.

130 installs/wk local only
FiveM MCP
by ziyacivan

Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.

67 installs/wk local only

osc-bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for osc-bridge?
osc-bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @roomi-fields/osc-bridge was installed 37 times last week.
How do I connect osc-bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @roomi-fields/osc-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use osc-bridge?
The npm package @roomi-fields/osc-bridge was installed 37 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is osc-bridge open source?
We cannot say either way: written in Rust and 7 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.