mcpbeat Sign in

CAD MCP Server

by mattmohandiss Your server? Claim it
local only

CAD MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 8 Jul 2026.

STEP file inspection for AI. Measure walls, draft angles, clearances. Returns facts, not guesses.

Installs per day peak 288 · avg 20 · -81% w/w
a month agotoday
82
Installs / week
npm · cad-mcp-server
5
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CAD 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 cad-mcp-server -- npx -y cad-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cad-mcp-server": {
      "args": [
        "-y",
        "cad-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cad-mcp-server]
command = "npx"
args = ["-y", "cad-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "cad-mcp-server": {
      "args": [
        "-y",
        "cad-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cad-mcp-server": {
      "args": [
        "-y",
        "cad-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CAD MCP Server

same job, measured the same way
Aurekai MCP
by aurekai

Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection.

35 installs/wk local only
Vector Mirror
by c64dos-png

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

29 installs/wk local only
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

41 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
JWT
by ryudi84

MCP server for JWT decoding and inspection

local only
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

35 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only

CAD MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CAD MCP Server?
CAD 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 cad-mcp-server was installed 82 times last week.
How do I connect CAD 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 cad-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use CAD MCP Server?
The npm package cad-mcp-server was installed 82 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CAD MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.