Submit

Simple Osc Mcp Server

@noodledostuff

A Model Context Protocol (MCP) server that enables AI agents to create OSC (Open Sound Control) endpoints and receive OSC messages. This server provides a bridge between AI agents and OSC-enabled applications like SuperCollider, Max/MSP, TouchOSC, and other music/audio software.

Tools

Server Config

{
  "mcpServers": {
    "osc-server": {
      "command": "npx",
      "args": [
        "osc-mcp-server"
      ],
      "env": {}
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.