civil3d-mcp

KevinGriffin-new/civil3d-mcp
★ 0 stars C# AI/LLM Updated today
MCP server that drives Autodesk Civil 3D from an AI agent via a .NET bridge plugin
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "civil3d-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "KevinGriffin-new/civil3d-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that drives **Autodesk Civil 3D** from an AI agent (e.g. Claude) through a small in-process .NET bridge plugin. Three pieces: - **`mcp-server/`** — a Python MCP server (`server.py`) that exposes Civil 3D operations as MCP tools and talks to the bridge over a local socket.