OpenAPI MCP Server
Connect to any OpenAPI-compatible MCP server over SSE.
claude_desktop_config.json
{
"mcpServers": {
"server-openapi": {
"url": "http://localhost:8080/mcp"
}
}
} Prerequisites
Common Errors
- Server not found / spawn error — ensure Node.js is on your PATH and the package is accessible via npx.
- Permission denied — check that the path in args is readable by the process running your AI client.