MCP server for Open Sound Control — send messages, bundles, and listen for replies over UDP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"osc-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/osc-mcp"
]
}
}
}
Run in terminal:
claude mcp add osc-mcp npx -y daanrongen/osc-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"osc-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/osc-mcp"
]
}
}
}