mcpbeat Sign in

OpenSCAD MCP Server

local only

OpenSCAD runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 13 Feb 2026.

Render STL and PNG from OpenSCAD code.

Installs per day peak 34 · avg 14 · -29% w/w
a month agotoday
79
Installs / week
npm · openscad-mcp-server
5
Stars
2 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to OpenSCAD

same job, measured the same way
Remote Bridge
by varaprasadreddy9676

Sync code to remote servers via SSH/rsync and deploy from any AI IDE.

51 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Cloud Agent
by joepangallo

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

35 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
I
MCP API Doc Generator
by vpatser1

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

28 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
I
Deliberation
by antonbabenko

Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models.

1 094 installs/wk local only
Dead Simple Email
by deadsimple

Give an agent its own inbox: send, receive, and pull signup codes from real email.

941 installs/wk 14 tools answering

OpenSCAD — questions

Answers built from our own checks of this server.

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