Skip to content

Openapi

Free

by MCP Community

A Model Context Protocol server that to expose OpenAPI specs.

v0.7.0Added Apr 12, 2026
model context protocolmcpopenapi
Works with:ClaudeGPTGeminiCopilot

Openapi MCP Server

A Model Context Protocol server that to expose OpenAPI specs.

Installation

npx -y @twilio-alpha/openapi-mcp-server

Reviews

Leave a Review

Installation

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