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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
postinstall: node scripts/postinstall.js
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add osc-bridge -- npx -y @roomi-fields/osc-bridge
{
"mcpServers": {
"osc-bridge": {
"args": [
"-y",
"@roomi-fields/osc-bridge"
],
"command": "npx"
}
}
}
[mcp_servers.osc-bridge]
command = "npx"
args = ["-y", "@roomi-fields/osc-bridge"]
{
"mcpServers": {
"osc-bridge": {
"args": [
"-y",
"@roomi-fields/osc-bridge"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"osc-bridge": {
"args": [
"-y",
"@roomi-fields/osc-bridge"
],
"command": "npx"
}
}
}
MCP server for controlling Dyson air purifiers and fans
MCP server for controlling Discord servers via bot token
MCP server for controlling the Xojo IDE on macOS
CLI and MCP server for Gradient MSP Synthesize: usage push, billing drift, alert tracing.
macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.
MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.
Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.
Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.
Answers built from our own checks of this server.