Autodesk Compatible — MCP Protocol

Run Clash Queries
in Natural Language

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.

48 Tests Passing MCP Protocol Compatible MIT License

Everything BIM Coordinators Need

Seven production-ready tools covering clash detection, model review, and object search.

Natural Language Queries

Ask clash questions in plain English. No more manually filtering rulesets or exporting spreadsheets.

MCP Protocol Compatible

Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI assistant. One install, any client.

Autodesk Navisworks Native

Leverages the official Clash Detective and Model Review APIs via Autodesk Platform Services (APS).

Python MCP Server

Simple pip install, run locally, connect instantly. No complex setup or infrastructure.

48 Tests Passing

Battle-tested with 48 integration tests across clash detection and model review workflows.

Pay-as-You-Go Pricing

No subscriptions. No monthly fees. Pay €0.01 per tool call. Start free with 100 calls per month.

See It in Action

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
    }
  ]
}

How It Works

1

Configure

Add the MCP server to your AI client config. Set your APS credentials once.

2

Connect

Authenticate with Autodesk Platform Services. Your Navisworks models are ready.

3

Query

Ask clash questions in natural language. Get structured results instantly.

Simple, Transparent Pricing

No lock-in. No monthly commitments. Pay only for what you use.

Free Tier
€0 /month

Get started at no cost. Ideal for evaluation and small projects.

  • 100 tool calls per month
  • All 7 MCP tools included
  • Mock data mode (no APS needed)
  • Community support (GitHub)
Start Free