Universal MCP server that can translate MCP tools for any OpenAPI 3.x specification.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp4openapi": {
"command": "npx",
"args": [
"-y",
"davidruzicka/mcp4openapi"
]
}
}
}
Run in terminal:
claude mcp add mcp4openapi npx -y davidruzicka/mcp4openapi
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp4openapi": {
"command": "npx",
"args": [
"-y",
"davidruzicka/mcp4openapi"
]
}
}
}