Skip to content

Openapi

Free

by MCP Community

An MCP server that exposes OpenAPI endpoints as resources

v1.14.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Openapi MCP Server

An MCP server that exposes OpenAPI endpoints as resources

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ivotoby/openapi-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": ["-y", "@ivotoby/openapi-mcp-server"]
    }
  }
}