Openapi
Freeby MCP Community
An MCP server that exposes OpenAPI endpoints as resources
v1.14.0Added Apr 12, 2026
Openapi MCP Server
An MCP server that exposes OpenAPI endpoints as resources
Installation
Reviews
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"]
}
}
}