Skip to main content
Glama
hjlrosales

Autodesk MCP Platform

by hjlrosales

Autodesk MCP Platform

Let any MCP-compatible AI assistant read and edit Autodesk Civil 3D drawings through tools - alignments, surfaces, corridors, pipe networks, quantity takeoff, cut/fill and more.

AI client (Claude Desktop, Cursor, VS Code, Cline, ...)
        |  Model Context Protocol (stdio)
        v
Autodesk.MCP.Server   (TypeScript / Node.js - product-agnostic MCP server)
        |  JSON-RPC 2.0 over a local Windows named pipe
        v
Civil3D.Bridge        (C# / .NET 8 plugin loaded inside Civil 3D)
        |  Autodesk .NET API (in-process)
        v
Autodesk Civil 3D 2025 / 2026
  • No network: everything runs on local named pipes, ACL'd to the current user.

  • Dynamic discovery: the server learns the entire tool catalog from the bridge at handshake time - no tool is hardcoded, and future products plug in with zero server changes.

  • Safe editing: editing tools run in transactions and require confirmation.

Quick start

  1. Install the bridge: copy the Civil3D.Bridge.Bundle folder from a release into %APPDATA%\Autodesk\ApplicationPlugins\ and restart Civil 3D.

  2. Install the server: npm install -g autodesk-mcp-server (or npx -y autodesk-mcp-server).

  3. Point your AI client at the server (ready-made configs in examples/clients/).

See docs/QuickStart.md and docs/Installation.md for the full walkthrough.

Related MCP server: RevitMCPBridge2026

Documentation

Guide

Contents

docs/QuickStart.md

5-minute setup + first prompts

docs/Installation.md

bridge bundle + npm install, upgrade, uninstall

docs/Configuration.md

server/bridge options, env vars, logging, multi-bridge

docs/Troubleshooting.md

diagnosis by symptom

docs/DeveloperGuide.md

build, test, benchmark, release from source

docs/ReleaseProcess.md

versioning, tags, release pipeline

docs/Compatibility.md

supported products/clients/protocol guarantees

docs/RELEASE-VALIDATION.md

acceptance checklist before announcing

docs/PERFORMANCE-BENCHMARKS.md

measured metrics + how to run them

docs/ARCHITECTURE.md

full design, ADRs, sequence diagrams

docs/FAQ.md

frequently asked questions

Examples

  • examples/clients/ - Claude Desktop, VS Code, Cursor, Cline configurations

  • examples/config/ - server/bridge configs, env vars, logging, multi-bridge

  • examples/prompts/ - typical prompts by workflow

  • examples/workflows/ - end-to-end session transcripts

  • examples/json-rpc/ - real wire messages (NDJSON over the pipe)

Development

npm run quality          # full local quality gate (mirrors CI)

See docs/DeveloperGuide.md and docs/Contributing.md.

Releases

Version 1.0.0 (GA) with the Phase 9 production-hardening work complete (see docs/PRODUCTION-HARDENING.md and docs/RELEASE-1.0.0-FINAL.md). Tags follow v<semver>; see docs/ReleaseProcess.md.

License

MIT - see LICENSE.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Revit integration.
    Last updated
    22
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Connects Claude to a running Autodesk Civil 3D instance via COM automation to perform drawing, surface, alignment, COGO point, line, and corridor operations.
    Last updated
    7
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to interact with Autodesk Civil 3D through natural language, supporting tools for surfaces, alignments, profiles, corridors, pipe networks, COGO points, and AutoCAD geometry.
    Last updated
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hjlrosales/Civil3D_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server