OpenAPI APIs for Claude Desktop
io.github.alyiox/mcp-openapix
MCP server that fronts any OpenAPI service: discover operations from its spec and call them
client:Claude Desktop
transport:stdio
runtime:pypi
Install OpenAPI APIs in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs