DWG MCP Server for Cursor
io.github.dimitrovakulenko/dwg-mcp-server
Read-only DWG file access for AI clients through MCP.
client:Cursor
transport:stdio
runtime:npm
Install DWG MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dwg-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs