DWG MCP Server
Rank #4,818io.github.dimitrovakulenko/dwg-mcp-server
Read-only DWG file access for AI clients through MCP.
DWG MCP Server is a Model Context Protocol (MCP) server published by dimitrovakulenko. It ranks #4,818 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. DWG MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 127,228 of 132,046 servers on MCP Toplist.
Use DWG MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dwg-mcp-server -e "DWG_MCP_ALLOWED_ROOTS=<your DWG_MCP_ALLOWED_ROOTS>" -- npx -y @dmytro-prototypes/dwg-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.dwg-mcp-server]
command = "npx"
args = ["-y", "@dmytro-prototypes/dwg-mcp-server"]
[mcp_servers.dwg-mcp-server.env]
DWG_MCP_ALLOWED_ROOTS = "<your DWG_MCP_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dwg-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<your DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dwg-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<your DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dwg-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<your DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dwg-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<your DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dwg-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/dwg-mcp-server"
],
"env": {
"DWG_MCP_ALLOWED_ROOTS": "<your DWG_MCP_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dimitrovakulenko%2Fdwg-mcp-server)<a href="https://mcptoplist.com/server/io.github.dimitrovakulenko%2Fdwg-mcp-server"><img src="https://mcptoplist.com/badge/io.github.dimitrovakulenko%2Fdwg-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dimitrovakulenko
Available versions (3)
| Version | Published |
|---|---|
| 0.2.3 | Aug 28, 2026 |
| 0.1.5 | Aug 27, 2026 |
| 0.1.4 | May 10, 2026 |
Frequently asked questions
- Who maintains DWG MCP Server?
- DWG MCP Server is maintained by dimitrovakulenko, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is DWG MCP Server listed on the Official MCP Registry?
- Yes — DWG MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does DWG MCP Server have?
- MCP Toplist tracks 3 versions of DWG MCP Server, most recently published on Aug 28, 2026.
- Where can I find the source code for DWG MCP Server?
- The source code for DWG MCP Server is hosted at github.com/dimitrovakulenko/dwg-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.