MCP server that fronts any OpenAPI service: discover operations from its spec and call them
claude mcp add mcp-openapix -- uvx mcp-openapix
claude_desktop_config.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-openapix": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.alyiox--mcp-openapix/reviews or the review_server meta-tool.
POST /mcp