mcpbeat Sign in

MCP CAD Studio MCP Server

local only

MCP CAD Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 7 Aug 2026.

A self-contained parametric CAD studio MCP server with an interactive MCP App.

Installs per day peak 227 · avg 20
a month agotoday
25
Installs / week
npm · mcp-cad-studio
2
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to MCP CAD Studio

same job, measured the same way
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

57 installs/wk local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
Instavar
by instavar

Drive Instavar Studio video jobs (create, render, approve, publish, metrics) with an API key.

111 installs/wk local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
Withings Health Data
by akutishevsky

MCP server for Withings health data — sleep, activity, heart, and body metrics.

answering
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only

MCP CAD Studio — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP CAD Studio?
MCP CAD Studio 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 mcp-cad-studio was installed 25 times last week.
How do I connect MCP CAD Studio?
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 mcp-cad-studio straight from npm; nothing to host, nothing to sign up for.
How many people use MCP CAD Studio?
The npm package mcp-cad-studio was installed 25 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP CAD Studio open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.