NavisCoord by HorizunGroup logo

NavisCoord by HorizunGroup

Organization
HorizunGroup

Open-source MCP server for Autodesk Navisworks Manage 2024-2026: AI-assisted BIM clash detection, root-cause analysis, coordination plans and verified model workflows.

PublisherHorizunGroup
Repositorynaviscoord-mcp
LanguageC#
Forks
0
Stars
16
Available tools
0
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    NavisCoord by HorizunGroup exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 0 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    16 stars and 0 forks from the linked repository.

NavisCoord

Your next coordination meeting starts with a decision, not 10,000 clash rows.

Connect Autodesk Navisworks to ChatGPT Desktop Work, Claude Desktop, Claude Code and Codex. Ask what matters, inspect the evidence, and build a coordination plan.

English · Español

CI Release MIT Navisworks

Get started · Release evidence · Report a problem

1.0.0 is public: stable download · official MCP Registry entry · Smithery.

From clashes to coordination decisions

“Analyze the open model. Show the most important coordination issues, explain their priority, and prepare the work plan. Show me the proposed changes before applying them.”

NavisCoord pairs a native Navisworks add-in with an open-source MCP server. The engine runs on your Windows workstation. The desktop runtime includes its Python dependencies: no Python installation, API key or build tools are needed for the packaged local server. Your chosen AI client and Autodesk licence remain separate products.

What you can do

Ask forGet back
“What needs attention first?”Ranked issues with deterministic scores and the reasons behind them
“Are these really separate problems?”Spatially bounded groups, duplicate collapse and traceable original clashes
“Could one change address several occurrences?”Root-cause hypotheses, measured evidence and every affected occurrence
“What changed since the last delivery?”Persistent issue identities, saved snapshots and a comparison of changes
“Prepare the coordination meeting.”Work packages, trade ownership, narrative reports and PDF images
“Connect this to Revit and Power BI.”Authoring element IDs, structured handoff files and tables for downstream tools
“Apply the reviewed plan.”Targeted writes with document/revision checks and read-back verification

53 tools. One server. Four clients. Explore the tool guide.

Choose your client

ClientInstall
ChatGPT Desktop — WorkRun the desktop-plugin installer, then open Plugins → Personal → NavisCoord → Install
CodexUse the same personal plugin, or register the executable with codex mcp add
Claude DesktopInstall the release .mcpb, which includes the standalone server
Claude CodeInstall naviscoord-mcp@horizun-navis, or register the executable with claude mcp add

All four connect to the local workstation. ChatGPT Desktop uses a local plugin; OpenAI Platform, a tunnel and a runtime API key are not part of this installation. See OpenAI’s desktop-plugin documentation.

Install the two pieces

  1. Navisworks add-in: close Navisworks and run Install-NavisCoord.ps1. It detects your installed version, verifies the release checksums and backs up managed files.
  2. Your AI client: install the desktop package or .mcpb from Releases. Follow the client-specific instructions.
  3. Open Navisworks Manage, load your federation and ask: “Check NavisCoord, identify the active document and analyze its clashes.”

Windows and a licensed Autodesk Navisworks Manage 2024, 2025 or 2026 are required for live coordination. The standalone analysis engine can also process saved exports without Navisworks.

Built to make the evidence inspectable

  • Conservative filtering: a category name alone does not prove that a door, sleeve or slab overlap is intentional. Hosting/contact rules require relationship evidence.
  • Freshness checks: changes to geometry, properties, saved selections or clash results invalidate the analysis used for derived writes.
  • Complete execution: a folded decision retains its individual occurrences in write-back and Revit handoffs.
  • Measured proposals: movement alternatives use element bounds. They are proposals to check against surrounding geometry and design constraints.
  • Honest delivery comparisons: an issue missing from a later analysis is not automatically labelled “resolved.” Coverage, exclusions and source changes remain visible.
  • Reproducible installation: pinned dependencies, artifact checksums, a standalone runtime and rollback-aware installation.

The release verification record distinguishes automated checks, Navisworks acceptance tests and client verification. A directory listing or a passing test suite is not a promise that software can never fail. External marketplace review is recorded separately from our tests.

Works with your coordination standard

Load a company profile to control disciplines, category/file mappings, tolerances, priorities and coordination rules. Start with the example profile. A model with missing discipline or level data is identified explicitly so the team can map it before relying on the ranking.

NavisCoord produces evidence and proposed coordination actions. Engineering approval and edits in the authoring application remain with the project team. Handoff files carry the IDs needed to continue with tools such as Horizun Revit MCP and Horizun PBI MCP.

Privacy Policy

NavisCoord does not upload the complete model or send telemetry to a Horizun service. Requested tool outputs can include model names, element properties, coordinates and images; your AI client receives those outputs. Read the privacy policy and security model.

Build and contribute

powershell
python -m pytest server/tests -q
dotnet run --project addin/NavisCoord.Tests -c Release

See Testing, Releasing and Contributing. Please report reproducible cases with sensitive project information removed.

If NavisCoord helps your team, share a reproducible coordination example and star the repository so other BIM coordinators can find it.

MIT · Built by HorizunGroup · Independent of Autodesk, OpenAI and Anthropic.

Use NavisCoord by HorizunGroup MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once NavisCoord by HorizunGroup is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add NavisCoord by HorizunGroup as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the NavisCoord by HorizunGroup MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "naviscoord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "<mcp-server-package>"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the NavisCoord by HorizunGroup MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the NavisCoord by HorizunGroup MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use NavisCoord by HorizunGroup to help me with this task?
NavisCoord by HorizunGroup
Sure. I read it.
Here is what I found using NavisCoord by HorizunGroup.

Frequently asked questions

What is the NavisCoord by HorizunGroup MCP server used for?

NavisCoord by HorizunGroup is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use NavisCoord by HorizunGroup MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use NavisCoord by HorizunGroup with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use NavisCoord by HorizunGroup MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With NavisCoord by HorizunGroup connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect NavisCoord by HorizunGroup MCP to TypingMind?

NavisCoord by HorizunGroup runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does NavisCoord by HorizunGroup MCP provide in TypingMind?

NavisCoord by HorizunGroup exposes MCP capabilities that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use NavisCoord by HorizunGroup MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If NavisCoord by HorizunGroup requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇