oboe (MCP Server)

GitHub

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "oboe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-oboe"
      ]
    }
  }
}