A simple, secure MCP-to-OpenAPI proxy server

RAW Config

Claude Desktop Configuration

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

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