Loading MCP server directory, please wait...
Read-only MCP server for inspecting AutoCAD DWG files
npx @getmcp/cli add io.github.dimitrovakulenko/dwg-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dimitrovakulenko/dwg-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_HOST_FOLDERS": ""
}
}
}
}