4openapi
Freeby MCP Community
Universal MCP server that generates tools from any OpenAPI specification
v0.5.6Added Apr 12, 2026
mcpopenapiapillmmodel-context-protocol
4openapi MCP Server
Universal MCP server that generates tools from any OpenAPI specification
Installation
Reviews
Installation
Quick install
npx -y mcp4openapi
Add to claude_desktop_config.json
{
"mcpServers": {
"4openapi": {
"command": "npx",
"args": ["-y", "mcp4openapi"]
}
}
}