Skip to content

Openapi

Free

by MCP Community

MCP server for interacting with openapisearch.com API

v2.1.0Added Apr 12, 2026
openapimcpserverproxy
Works with:ClaudeGPTGeminiCopilot

Openapi MCP Server

MCP server for interacting with openapisearch.com API

Installation

Reviews

Leave a Review

Installation

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