Odel
DWG MCP Server

DWG MCP Server

Local
@dimitrovakulenko9RustGPL-3.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dmytro-prototypes/dwg-mcp-serverv0.2.3

Run

npx -y @dmytro-prototypes/dwg-mcp-server

MCP client config

{
  "mcpServers": {
    "dwg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dmytro-prototypes/dwg-mcp-server"
      ]
    }
  }
}