openapi-to-mcp

The-Swarm-Corporation/openapi-to-mcp
★ 1 stars Python Code/Dev Tools Updated today
Point it at an OpenAPI schema. Get an MCP server.
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-mcp": {
      "command": "uvx",
      "args": [
        "openapi-to-mcp"
      ]
    }
  }
}

Or install with pip: pip install openapi-to-mcp

README Excerpt

Point it at an OpenAPI schema. Get an MCP server. Every operation in the spec becomes a tool a model can call, with the JSON Schema, the credentials, the retries, the rate limiting, and the response shaping already handled. ```bash pip install openapi-to-mcp ``` One command, spec URL to a registered tool in your client:

Tools (1)

Operation

Topics

mcpmcp-clientmcp-gatewaymcp-securitymcp-servermcp-serversmcp-servicemcp-tools