mcp-openapi-bridge

murilojrpereira/mcp-openapi-bridge
★ 0 stars TypeScript API Integration Updated today
Generic MCP server that bridges any OpenAPI 3.x REST API to Claude Code — one tool per endpoint, auto-discovered from the spec.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-openapi-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "murilojrpereira/mcp-openapi-bridge"
      ]
    }
  }
}