Openapi
Freeby MCP Community
MCP server for interacting with openapisearch.com API
v2.1.0Added Apr 12, 2026
openapimcpserverproxy
Openapi MCP Server
MCP server for interacting with openapisearch.com API
Installation
Reviews
Installation
Quick install
npx -y openapi-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": ["-y", "openapi-mcp-server"]
}
}
}