mcp-openapi-server

ivo-toby/mcp-openapi-server
★ 237 stars TypeScript 🔌 API Integration Updated 1mo ago
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
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": {
    "mcp-openapi-server": {
      "command": "npx",
      "args": [
        "-y",
        "ivo-toby/mcp-openapi-server"
      ]
    }
  }
}