MCP Directory
Back

Civil3D-mcp-python-COM

by antonhofstader · Python · ★ 4

*civil3d-mcp* is a [Model Context Protocol](https://modelcontextprotocol.io) server > written in Python 3.11 that lets Claude Desktop drive Autodesk Civil 3D directly > via Windows COM automation — no companion plugin, no TCP socket, no extra process. NON OFFICIAL FROM AUTODESK. ONLY RESEARCH

Install

pip install git+https://github.com/antonhofstader/Civil3D-mcp-python-COM.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "civil3d-mcp-python-com": {
      "command": "uvx",
      "args": [
        "git+https://github.com/antonhofstader/Civil3D-mcp-python-COM.git"
      ]
    }
  }
}

From the README

AI-powered Autodesk Civil 3D automation via **FastMCP** (Python 3.11). Connects Claude directly to a running Civil 3D instance using **COM automation** — no companion plugin required. See **[ARCHITECTURE.md](ARCHITECTURE.md)** for the full system design: layer breakdown, COM connection strategy, request lifecycle, threading model, COM out-parameter handling, error strategy, and the Civil 3D object model reference. --- | Requirement | Notes | |---|---| | Windows 10/11 | COM automation is Windows-only | | Python 3.11 | 64-bit recommended | | Autodesk Civil 3D | 2023, 2024, 2025 or 2026 — mu…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers