openapi-mcp-server

sheikhBasit/openapi-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
Runtime OpenAPI → MCP bridge — point at any OpenAPI spec and get MCP tools instantly
View on GitHub →

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-server": {
      "command": "uvx",
      "args": [
        "openapi-mcp-server"
      ]
    }
  }
}

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

Topics

agentic-aiai-agentdeveloper-toolsfastmcpllmopsmcpmodel-context-protocolopenapipython