mcpbeat Sign in

Qcad MCP Server

local only

Qcad MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

QCAD MCP server - DXF/DWG floor plans to SVG preview + STL extrusion via MCP tools and REST API

Installs / week
not published
12
Stars
1 open issues
31 Aug 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 12 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.

Builds a file path from a variable mcpb/src/server.py:257, src/qcad_mcp/server.py:371, src/qcad_mcp/tools/annotation_tools.py:135 и ещё 5
    path = os.path.join(DEPOT_DIR, filename)
            subprocess.Popen(
Builds a database query by concatenation webapp/src/pages/HelpPage.tsx:315
                            <div><span className="text-red-400">DELETE</span> /api/v1/depot/{'{name}'}          <span className="text-slate-500">— delete file + metadata</span></div>

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

Alternatives to Qcad MCP

same job, measured the same way
MCP API
by fusionauth

Preview release of FusionAuth API MCP server

90 installs/wk local only
Pine Labs SDK API Documentation MCP Server
by prakhargour10

List and fetch official Pine Labs SDK API documentation via MCP tools.

local only
Mcpcheckup
by fpetitit

Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.

2 tools answering
Zoo MCP
by kittycad

An MCP server that provides access to the Zoo API for various CAD operations and tools.

11 452 installs/wk local only
Office Addin MCP
by dsbissett

MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.

66 installs/wk local only
HaloPSA
by wyre-ai

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
HaloPSA
by wyre-technology

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering

Qcad MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Qcad MCP?
Qcad MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Qcad MCP open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.