Openapi
Freeby MCP Community
A Model Context Protocol server that to expose OpenAPI specs.
v0.7.0Added Apr 12, 2026
model context protocolmcpopenapi
Openapi MCP Server
A Model Context Protocol server that to expose OpenAPI specs.
Installation
npx -y @twilio-alpha/openapi-mcp-server
Reviews
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"]
}
}
}