autobat-v3
Provides tools for automating AutoCAD, including creating and modifying drawings, drawing lines, circles, rectangles, text, retrieving drawing information, zooming to extents, and saving DWG files.
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., "@autobat-v3Draw a circle with center at (0,0) and radius 5"
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.
autobat-v3
Minimal FastMCP server for AutoCAD automation via COM (Windows only).
Requirements
Python >= 3.10
uv for dependency management
Windows with AutoCAD running
Related MCP server: AutoCAD MCP Server
Install
uv syncRun
uv run python server.pyTools
Tool | Description |
| Health check |
| Create a new empty drawing |
| Draw a line from (x1,y1) to (x2,y2) |
| Draw a circle |
| Draw a rectangle |
| Draw text |
| Entity count and details |
| Zoom to extents |
| Save DWG to disk |
MCP Agent Setup
{
"mcpServers": {
"autobat-v3": {
"command": "uv",
"args": ["--directory", "C:/path/to/autobat-v3", "run", "python", "server.py"]
}
}
}Or for Claude Code:
claude mcp add autobat-v3 -- uv --directory C:/path/to/autobat-v3 run python server.pyThis 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
- Alicense-qualityDmaintenanceEnables programmatic control of AutoCAD through COM automation, allowing natural language commands to create structures, manage layers, and manipulate entities via MCP clients like Claude.55Apache 2.0
- Alicense-qualityCmaintenanceEnables natural-language control of AutoCAD LT for automation and headless DXF generation, supporting drawing, entity, layer, block, annotation, P&ID, and system operations via an MCP interface.MIT
- AlicenseAqualityAmaintenanceMCP server for full AutoCAD automation, AutoCAD LT automation, and headless DXF generation. It provides 8 consolidated tools for drawing, entity, layer, block, annotation, P&ID, view, and system operations via MCP stdio transport.123MIT
- AlicenseAqualityCmaintenanceMCP server for AutoCAD LT automation and headless DXF generation, exposing tools for drawing, entities, layers, blocks, annotations, P&ID, and view operations via natural language.8MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI dialogue using various LLM models via AceDataCloud
GibsonAI MCP server: manage your databases with natural language
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/cruz636/autobat-v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server