Skip to content
Windsurf

DWG MCP Server for Windsurf

io.github.dimitrovakulenko/dwg-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install DWG MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

DWG MCP Server in other clients