best-cad-mcp
Rank #5,884io.github.LokmenoWer/best-cad-mcp
Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.
best-cad-mcp is a Model Context Protocol (MCP) server published by lokmenower. It ranks #5,884 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. best-cad-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 109,707 of 115,591 servers on MCP Toplist.
Use best-cad-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add best-cad-mcp -e "CAD_MCP_WORKSPACE_ROOT=<your CAD_MCP_WORKSPACE_ROOT>" -- uvx best-cad-mcpReplace each placeholder with your own value before saving.
[mcp_servers.best-cad-mcp]
command = "uvx"
args = ["best-cad-mcp"]
[mcp_servers.best-cad-mcp.env]
CAD_MCP_WORKSPACE_ROOT = "<your CAD_MCP_WORKSPACE_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"best-cad-mcp": {
"command": "uvx",
"args": [
"best-cad-mcp"
],
"env": {
"CAD_MCP_WORKSPACE_ROOT": "<your CAD_MCP_WORKSPACE_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"best-cad-mcp": {
"command": "uvx",
"args": [
"best-cad-mcp"
],
"env": {
"CAD_MCP_WORKSPACE_ROOT": "<your CAD_MCP_WORKSPACE_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"best-cad-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"best-cad-mcp"
],
"env": {
"CAD_MCP_WORKSPACE_ROOT": "<your CAD_MCP_WORKSPACE_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"best-cad-mcp": {
"command": "uvx",
"args": [
"best-cad-mcp"
],
"env": {
"CAD_MCP_WORKSPACE_ROOT": "<your CAD_MCP_WORKSPACE_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"best-cad-mcp": {
"command": "uvx",
"args": [
"best-cad-mcp"
],
"env": {
"CAD_MCP_WORKSPACE_ROOT": "<your CAD_MCP_WORKSPACE_ROOT>"
}
}
}
}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.LokmenoWer%2Fbest-cad-mcp)<a href="https://mcptoplist.com/server/io.github.LokmenoWer%2Fbest-cad-mcp"><img src="https://mcptoplist.com/badge/io.github.LokmenoWer%2Fbest-cad-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
lokmenower
Available versions (2)
| Version | Published |
|---|---|
| 1.6.1 | Aug 8, 2026 |
| 1.3.5 | Jun 17, 2026 |
Frequently asked questions
- Who maintains best-cad-mcp?
- best-cad-mcp is maintained by lokmenower, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is best-cad-mcp listed on the Official MCP Registry?
- Yes — best-cad-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does best-cad-mcp have?
- MCP Toplist tracks 2 versions of best-cad-mcp, most recently published on Aug 8, 2026.
- Where can I find the source code for best-cad-mcp?
- The source code for best-cad-mcp is hosted at github.com/lokmenower/best-cad-mcp.