mcpbeat Sign in

TechDraw AI MCP Server

local only

TechDraw AI runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 27 Jul 2026.

Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.

Installs per day peak 254 · avg 11
a month agotoday
41
Installs / week
npm · techdrawai-mcp
2
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command mcpb/server/auth-login.js:89
        spawn(command, args, { stdio: "ignore", detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 techdrawai -- npx -y techdrawai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "techdrawai": {
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.techdrawai]
command = "npx"
args = ["-y", "techdrawai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "techdrawai": {
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "techdrawai": {
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TECHDRAWAI_API_KEY (Your TechDraw AI API key (tda_sk_...). Requires an active Studio plan. Create one at https://techdrawai.com/app?view=settings, or run `npx -y techdrawai-mcp auth login` to sign in through the browser instead.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TechDraw AI

same job, measured the same way
Sudhanva Public Profile
by sudhanva

Read Sudhanva Narayana's public profile, production ML case studies, and technical writing.

3 tools answering
Sudhanva Public Profile
by nsudhanva

Read Sudhanva Narayana's public profile, production ML case studies, and technical writing.

3 tools answering
Lamina
by uselamina

On-brand product photos, model try-ons, video reels & banners from a brief + brand kit.

answering
Modulor
by bcllcc

Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF.

154 installs/wk local only
Pixelpanda MCP
by ryankramer

33 image tools: free local editing, AI upscaling, background removal, and product photos

148 installs/wk local only
VoxelDraft – AI Voxel Modeling
by huruki-geo

Create, edit, render, save, and export voxel models with interactive 3D previews.

8 tools answering
AutoID Product Catalog & Support
by autoid

Read-only AutoID Romania MCP for product search, live stock/prices, specs, and technical support.

15 tools answering
Icecat
by icecat

Retrieve product specifications and technical details from Icecat's database

19 tools answering

TechDraw AI — questions

Answers built from our own checks of this server.

Why is there no uptime for TechDraw AI?
TechDraw AI 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 techdrawai-mcp was installed 41 times last week.
How do I connect TechDraw AI?
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 techdrawai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TechDraw AI?
The npm package techdrawai-mcp was installed 41 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 TechDraw AI open source?
Yes — it is published under the MIT licence, written in JavaScript 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.