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
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
Playwright MCP server
playwright-cli
microsoft
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
financial-services-plugins
anthropics
financial-services-plugins — MCP server.
NLWeb
nlweb-ai
Main reference implementation for NLWeb, implemented in Python.
OpenSpace
HKUDS
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
csharp-sdk
modelcontextprotocol
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.