Skip to content
Cline

DWG MCP Server for Cline

io.github.dimitrovakulenko/dwg-mcp-server

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

client:Cline transport:stdio runtime:npm

Install DWG MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

DWG MCP Server in other clients