AutoCAD MCP Pro
by U-C4N
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Standard Python logging level. | INFO |
| ALLOWED_PATHS | No | Comma-separated absolute paths the server may read/write. | |
| MAX_DXF_BYTES | No | Reject DXF files larger than this on drawing_open. 0 to disable. | 52428800 |
| MAX_LIST_LIMIT | No | Hard cap for entity_list and analysis_select_* responses. | 5000 |
| MAX_UNDO_STACK | No | Maximum number of in-flight transaction snapshots. | 5 |
| MCP_AUTH_TOKEN | No | Required when ALLOW_REMOTE_HTTP=true. Bearer token for HTTP clients. | |
| COM_CALL_TIMEOUT | No | Per-call timeout for COM operations in seconds. | 60 |
| ALLOW_REMOTE_HTTP | No | Permit HTTP transport on non-loopback hosts. | false |
| AUTOCAD_MCP_BACKEND | No | Backend selection (auto, com, ezdxf). | auto |
| DANGEROUS_COMMANDS_ENABLED | No | Disable command and AutoLISP sanitization. Loud warning at startup. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/U-C4N/Autocad-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server