openapi for Cursor
io.github.docat0209/openapi
Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.
client:Cursor
transport:stdio
runtime:npm
Install openapi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs