mcpbeat Sign in

Control AutoCAD MCP Server

local only

Control AutoCAD MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.

Installs / week
npm · @dmytro-prototypes/control-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Control AutoCAD MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add control-mcp-server -- npx -y @dmytro-prototypes/control-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "control-mcp-server": {
      "args": [
        "-y",
        "@dmytro-prototypes/control-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.control-mcp-server]
command = "npx"
args = ["-y", "@dmytro-prototypes/control-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "control-mcp-server": {
      "args": [
        "-y",
        "@dmytro-prototypes/control-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "control-mcp-server": {
      "args": [
        "-y",
        "@dmytro-prototypes/control-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Control AutoCAD MCP Server

same job, measured the same way
N
Control AutoCAD MCP Server
by dmytro-prototypes

Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.

local only
N
CADBridge MCP Server for AutoCAD
by dmytro-prototypes

Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.

980 installs/wk local only
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

21 installs/wk local only
Mimer MCP
by mimersql

An MCP server with Mimer SQL Database Connectivity

80 installs/wk local only
Mosta Net
by apolocine

1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.

849 installs/wk local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
Dbmcp
by haymon

Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention

local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

20 installs/wk local only

Control AutoCAD MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Control AutoCAD MCP Server?
Control AutoCAD MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dmytro-prototypes/control-mcp-server.
How do I connect Control AutoCAD MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dmytro-prototypes/control-mcp-server straight from npm; nothing to host, nothing to sign up for.