OpenAPI APIs for Cursor
io.github.alyiox/mcp-openapix
MCP server that fronts any OpenAPI service: discover operations from its spec and call them
client:Cursor
transport:stdio
runtime:pypi
Install OpenAPI APIs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-openapix": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs