Autodesk MCP Platform
Allows to read and edit Autodesk Civil 3D drawings through tools for alignments, surfaces, corridors, pipe networks, quantity takeoff, cut/fill, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Autodesk MCP PlatformList all alignments and their lengths in the current drawing."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 / 2026No 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
Install the bridge: copy the
Civil3D.Bridge.Bundlefolder from a release into%APPDATA%\Autodesk\ApplicationPlugins\and restart Civil 3D.Install the server:
npm install -g autodesk-mcp-server(ornpx -y autodesk-mcp-server).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 |
| 5-minute setup + first prompts |
| bridge bundle + npm install, upgrade, uninstall |
| server/bridge options, env vars, logging, multi-bridge |
| diagnosis by symptom |
| build, test, benchmark, release from source |
| versioning, tags, release pipeline |
| supported products/clients/protocol guarantees |
| acceptance checklist before announcing |
| measured metrics + how to run them |
| full design, ADRs, sequence diagrams |
| frequently asked questions |
Examples
examples/clients/- Claude Desktop, VS Code, Cursor, Cline configurationsexamples/config/- server/bridge configs, env vars, logging, multi-bridgeexamples/prompts/- typical prompts by workflowexamples/workflows/- end-to-end session transcriptsexamples/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.
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Autodesk Civil 3D, allowing them to retrieve project data, create/modify/delete drawing elements, and execute code to automate Civil 3D operations.Last updated1324MIT
- Alicense-qualityAmaintenanceMCP 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 updated22MIT
- Alicense-qualityDmaintenanceConnects Claude to a running Autodesk Civil 3D instance via COM automation to perform drawing, surface, alignment, COGO point, line, and corridor operations.Last updated7MIT
- AlicenseAqualityCmaintenanceEnables 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 updated91MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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