openapi navigator for Cursor
io.github.mgaruccio/openapi-navigator
Navigate and query OpenAPI specs with fuzzy search, pagination, and API testing
client:Cursor
transport:stdio
runtime:pypi
Install openapi navigator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openapi-navigator": {
"type": "stdio",
"command": "uvx",
"args": [
"openapi-navigator"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs