Home › Other › DWG MCP Server

DWG MCP Server

Read-only DWG file access for AI clients through MCP.

Rust
★ 11 stars Last pushed 2026-08-28 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y @dmytro-prototypes/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dwg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dmytro-prototypes/[email protected]"
      ],
      "env": {
        "DWG_MCP_ALLOWED_ROOTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • DWG_MCP_ALLOWED_ROOTS — Semicolon-separated absolute directories allowed for DWG access when the MCP client, AI agent, or test harness does not provide MCP roots. Optional when MCP roots are supported.

Related servers

Data from the Official MCP Registry