Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Osc Bridge
Osc Bridge logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:32:57 PM

Osc Bridge

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website

OSC ↔ MIDI bridge β€” 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "osc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

osc-bridge

Release CI License: GPL-3.0-or-later

Declarative OSC bridge for music hardware and software β€” and an MCP server to drive it from an LLM.

849 hardware synthesizers over MIDI / SysEx, plus DAWs and live-coding environments over OSC (Ableton, Bitwig, Reaper, Sonic Pi, SuperCollider, Pure Data, TouchDesigner, VCV Rack). Every device gets a clean, named OSC surface described by one JSON file. Drive it from a live-coding client, a DAW, a script, the CLI β€” or from Claude via the built-in MCP server (a MIDI MCP and OSC MCP).

osc-bridge β€” clients (OSC clients, the CLI, an LLM via MCP) feed one osc-bridge core that fans out to hardware synthesizers over MIDI/SysEx and music software (Ableton, Bitwig, Reaper, Sonic Pi) over OSC

Install

As an MCP server β€” drive synths and DAWs from Claude, nothing to install:

Terminal
npx -y @roomi-fields/osc-bridge mcp

As a standalone bridge / CLI:

Terminal
npm install -g @roomi-fields/osc-bridge      # downloads the prebuilt binary
# or grab a binary directly from the Releases page
osc-bridge run --device devices/arturia/minilab3.json --out-port 4

MCP client config and the five tools β†’ docs/MCP.md. Full quick-start with MIDI port discovery β†’ Β§ Install & quick start.

Why a bridge?

Modern synths β€” hardware and software alike β€” expose themselves over MIDI, SysEx, and OSC with proprietary, scattered protocols. Using them from live-coding environments, a DAW, a script, or an LLM is painful:

  • CC / NRPN addresses are cryptic
  • SysEx byte formats are hand-rolled per device
  • Bidirectional state (what the device CURRENTLY knows) is hard to track

osc-bridge gives every supported synth a clean, named OSC surface:

supercollider
~mb = NetAddr("127.0.0.1", 7777);
~mb.sendMsg("/minilab3/knob/3/cc_number", 64);     // reconfigure knob 3
~mb.sendMsg("/minilab3/pad/0/color", 127, 0, 0);    // pad 1 red
~mb.sendMsg("/minilab3/display/text", "Hello", "World");

Each synth is described by one JSON file. No Rust recompile required to add a device.

What makes it different

  • One JSON = one driver. Adding a synth is ~30 lines of declarative JSON β€” CC numbers, SysEx frame templates, optional parameter tables. No Rust, no bindings, no build step. Ship a PR, osc-bridge run picks it up.
  • 849 devices out of the box. Every Prophet, every Oberheim, every Yamaha DX-family, MatrixBrute, Hydrasynth, Virus TI, Digitone, Matrix-1000… most of the catalogue is usable today. Fully searchable at roomi-fields.github.io/osc-bridge.
  • Hardware and software. The same named OSC surface drives a hardware synth over MIDI/SysEx or a DAW / live-coding environment over OSC β€” Ableton, Bitwig, Reaper, Sonic Pi, SuperCollider, Pure Data, TouchDesigner, VCV Rack. See Β§ Software targets.
  • An MCP server built in. osc-bridge mcp exposes the whole catalogue to Claude (or any MCP client) β€” a MIDI MCP and OSC MCP. Discover devices, read a device's OSC surface, send OSC to synths and DAWs. See docs/MCP.md.
  • Honest provenance. Each device declares its source in _sources[]: βœ… hardware-verified, βœ… software-verified, πŸ“˜ vendor-doc, πŸ“‘ vendor-osc-api / πŸ“‘ third-party-osc, πŸŽ›οΈ electra-preset, πŸ“¦ pencilresearch. You always know whether a mapping was tested on the device or lifted from a spec sheet.
  • Bidirectional out of the box. Incoming MIDI (knob turns, SysEx replies, NRPN) is decoded and re-emitted as OSC. Multi-client fan-out is a --osc-client flag.
  • N-to-N orchestration. One process can drive several synths at once (osc-bridge orchestrate --config bridge.toml), each reachable under its own OSC prefix β€” so two MatrixBrutes live side-by-side as /matrixbrute-1 and /matrixbrute-2.
  • First-class reconfigurable controllers (Electra One MK2). Upload a generated preset as one OSC call; the bridge parses the JSON, reconfigures the device over SysEx, and dynamically rewires its own CC↔OSC routing so each knob on the new layout is reachable by name. Self-describing over OSC: /bridge/docs returns the integration guide, /electra1/routes/list returns the authoritative address table, so clients (or LLM-driven integrators) never hardcode slugification or protocol details. See Β§ Reconfigurable controllers below.
  • Escape hatch when JSON isn't enough. For devices with checksums, quirky scaling, or stateful protocols, an optional per-parameter transform / per-command script runs Lua 5.4 sandboxed (1 MiB / 10 ms caps, no os/io/loaders). Used sparingly β€” osc-bridge lint warns on every script use β€” but it lets the declarative core stay small without giving up on edge cases. See docs/scripting.md.
  • Runtime you can trust. Rate-limiting per device, backpressure-aware, zero-alloc hot path, no GC. Single static binary on Windows / Linux / macOS.

Supported devices

849 devices across 187 vendors β€” Moog Β· Arturia Β· Novation Β· Korg Β· Sequential Β· Dave Smith Instruments Β· Roland Β· Yamaha Β· Elektron Β· Waldorf Β· Behringer Β· Dreadbox Β· Erica Synths Β· Polyend Β· Modal Β· Expressive E Β· Bastl Β· Chase Bliss Β· Make Noise Β· Electra One Β· Tasty Chips Β· Oberheim Β· Access Β· ASM Β· Black Corporation Β· Hologram Β· Strymon Β· Empress Β· Meris Β· Eventide Β· Ensoniq Β· Rhodes Β· Haken Β· Tubbutec Β· Ableton Β· Bitwig Β· Cockos (Reaper) Β· Sonic Pi Β· SuperCollider Β· Pure Data Β· TouchDesigner Β· VCV Rack Β· and ~85 more.

StatusCountHighlight
βœ… Hardware-verified (tested on the physical device β€” scope varies per driver, see _sources in each JSON)4Arturia MiniLab 3 Β· Electra One MK2 Β· Ableton Push 3 Β· Arturia MatrixBrute (firmware-RE partial)
βœ… Software-verified (tested end-to-end against a running instance of the host software)1Ableton Live 12.2.7 (via AbletonOSC)
πŸ“˜ Vendor-doc derived (from manufacturer programmer's references β€” bytes match the spec)193Novation Launch Control XL 3 Β· Polyend Synth Β· …
πŸ“‘ OSC-API (software targets) β€” DAWs and live coding environments, declarative or passthrough7Bitwig Studio Β· Reaper Β· Sonic Pi Β· SuperCollider Β· Pure Data Β· TouchDesigner Β· VCV Rack
πŸŽ›οΈ Electra-preset derived (from the Electra One community preset library β€” covers SysEx + CC/NRPN, author's editorial choices)398Prophet 5/10 Β· Prophet 6 Β· OB-6 Β· OB-X8 Β· Matriarch Β· Hydrasynth Β· Virus TI Β· Digitone Β· …
πŸ“¦ Pencilresearch derived (from pencilresearch/midi β€” CC/NRPN only)244Moog Β· Sequential Β· DSI Β· Roland Β· Yamaha Β· Waldorf Β· Behringer Β· Dreadbox Β· …
🚧 WIP / πŸ“ stub2GR Mega (placeholder)

Searching for your device?

  • πŸ”Ž Interactive browser β†’ https://roomi-fields.github.io/osc-bridge/ (live search by vendor / model / author / source).
  • πŸ“„ Full catalogue as Markdown β†’ docs/SUPPORTED_DEVICES.md (auto-generated, organised by vendor).

Your synth isn't there, or a doc-derived entry (πŸ“˜ / πŸ“‘ / πŸŽ›οΈ / πŸ“¦) needs promoting to βœ… after you test it on hardware? See the next section.

Share your own device

New here? The 30-minute tutorial builds a working driver end to end. Otherwise β€” three common cases, pick yours:

Your synth isn't listed β†’ open a PR adding devices/<vendor>/<slug>.json.

  1. Find a source: vendor programmer's reference, MIDI implementation PDF, or a canonical CSV. No source cited = PR stays open until one is provided.
  2. If it's in pencilresearch/midi, run python3 scripts/import_pencilresearch.py <path-to-csv> β€” generates the JSON for you.
  3. Otherwise copy a similar existing device from devices/ as a template and follow docs/DEVICE_JSON_SCHEMA.md.
  4. Run cargo run --release -- lint <file> and cargo test --release.
  5. Run python3 scripts/regen_supported_devices.py to refresh the catalogue.
  6. Open the PR β€” GitHub shows the new_device.md template.

Your synth is listed but not yet βœ…, and you have the hardware β†’ PR promoting it to βœ…. Test every route, attach the log, flip the marker. promote_to_verified.md template.

Your synth is listed but a CC is wrong / needs SysEx added β†’ PR updating the JSON. update_device.md template. Especially welcome on pencilresearch-imported devices where SysEx needs to be layered in.

Full contributor guide (schema extensions, bug reports, Lua escape hatch) β†’ CONTRIBUTING.md. For devices whose protocol can't be expressed declaratively, see docs/scripting.md β€” use sparingly; osc-bridge lint warns on every use.

Reconfigurable controllers (Electra One MK2) β€” the scripts stress-test

Most synths have a fixed set of controls β€” MiniLab 3's knobs always mean the same thing. The Electra One MK2 is different: its 216 controls are defined by a preset that you upload to the device, and the meaning of every CC changes when the preset changes. A static JSON spec can't describe that; the bridge treats it as a first-class case.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Funplay Cocos MCP logoFunplay Cocos MCP

    stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.

    πŸ’» Developer Tools1 views
    Compare vs Funplay Cocos MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Osc Bridge

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "osc-bridge": { "command": "npx", "args": ["-y", "osc-bridge"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOsc Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/osc-bridge?style=directory)](https://allmcps.com/mcp/osc-bridge)
HTML Embed
<a href="https://allmcps.com/mcp/osc-bridge"><img src="https://allmcps.com/api/badge/osc-bridge?style=directory" alt="Osc Bridge on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Osc Bridge β†’Install in Claude DesktopInstall in CursorInstall in VS Code