Navisworks MCP Toolkit brings natural language interfaces to your BIM coordination workflow — query clash results directly from Claude Code or any MCP-compatible AI client. No more manually filtering rulesets.
Seven production-ready tools covering clash detection, model review, and object search.
Ask clash questions in plain English. No more manually filtering rulesets or exporting spreadsheets.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI assistant. One install, any client.
Leverages the official Clash Detective and Model Review APIs via Autodesk Platform Services (APS).
Simple pip install, run locally, connect instantly. No complex setup or infrastructure.
Battle-tested with 48 integration tests across clash detection and model review workflows.
No subscriptions. No monthly fees. Pay €0.01 per tool call. Start free with 100 calls per month.
From install to first clash query in under two minutes.
# 1. Install
pip install navisworks-mcp-toolkit
# 2. Add to Claude Code (MCP JSON config)
{
"mcpServers": {
"navisworks": {
"command": "python",
"args": ["-m", "navisworks_mcp.server"],
"env": {
"APS_CLIENT_ID": "${APS_CLIENT_ID}",
"APS_CLIENT_SECRET": "${APS_CLIENT_SECRET}"
}
}
}
}
# 3. Ask in natural language
# "Show me all hard clashes between HVAC and Structure"
# 4. Get structured JSON response
{
"clash_tests": [
{
"name": "MEP vs Structure",
"clash_count": 12,
"critical": 2,
"warning": 7,
"info": 3
}
]
}
Add the MCP server to your AI client config. Set your APS credentials once.
Authenticate with Autodesk Platform Services. Your Navisworks models are ready.
Ask clash questions in natural language. Get structured results instantly.
No lock-in. No monthly commitments. Pay only for what you use.
Get started at no cost. Ideal for evaluation and small projects.
Scale as your team grows. Billed monthly. No minimum commitment.