openapi-mcp

altendky/openapi-mcp
★ 0 stars Rust Search Updated today
Reusable Rust libraries and a standalone MCP server for OpenAPI specifications
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-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "openapi-mcp"
      ]
    }
  }
}

README Excerpt

Run an MCP server for an OpenAPI JSON specification, or embed the same tools in another Rust application. The four tools search operations, explain their inputs, call an API, and inspect component schemas. The CLI and all three libraries are published at version `0.1.0`. ```sh cargo install openapi-mcp --version 0.1.0 --locked

Topics

mcpopenapirust