scanbim mcp for Cursor
app.scanbim/scanbim-mcp
AI Hub for AEC — 46 tools for Revit, Navisworks, ACC, XR via Autodesk Platform Services
client:Cursor
transport:stdio
runtime:npm
Install scanbim mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scanbim-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scanbim-labs/scanbim-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs