openapi-to-mcpserver

billboard101/openapi-to-mcpserver
★ 1 stars Go Security Updated 1mo ago
An Enhanced enterprise-grade MCP generator / builder — generates production-ready MCP servers from OpenAPI specs, Each API operation becomes an AI-callable tool with typed schemas and customized aggregate virtual tools(Reduce tokens consumption), auth forwarding, and helm chart deployment and OTEL observability, and even use as regular CLI in devel
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": {
    "openapi-to-mcpserver": {
      "command": "go",
      "args": [
        "run",
        "github.com/billboard101/openapi-to-mcpserver@latest"
      ]
    }
  }
}