openapi dynamic for Cursor
io.github.mayorandrew/openapi-dynamic
Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.
client:Cursor
transport:stdio
runtime:npm
Install openapi dynamic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openapi-dynamic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openapi-dynamic-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs