Skip to content

Openapi

Free

by MCP Community

Generic OpenAPI → MCP tool server with n8n integration and CLI utilities

v1.8.1Added Apr 12, 2026
n8nmcpmodel context protocolcliautomation
Works with:ClaudeGPTGeminiCopilot

Openapi MCP Server

Generic OpenAPI → MCP tool server with n8n integration and CLI utilities

Installation

npx -y @prodbybuddha/openapi-mcp-server

Reviews

Leave a Review

Installation

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