Skip to main content
Glama
cruz636

autobat-v3

by cruz636

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 sync

Run

uv run python server.py

Tools

Tool

Description

ping

Health check

create_drawing

Create a new empty drawing

draw_line

Draw a line from (x1,y1) to (x2,y2)

draw_circle

Draw a circle

draw_rectangle

Draw a rectangle

draw_text

Draw text

get_drawing_info

Entity count and details

zoom_extents

Zoom to extents

save_drawing

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.py
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Enables programmatic control of AutoCAD through COM automation, allowing natural language commands to create structures, manage layers, and manipulate entities via MCP clients like Claude.
    55
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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
  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    12
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    8
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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