MCP CAD Studio
Rank #16,613io.github.mario-andreschak/mcp-cad-studio
A self-contained parametric CAD studio MCP server with an interactive MCP App.
MCP CAD Studio is a Model Context Protocol (MCP) server published by flujo-app. It ranks #16,613 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP CAD Studio is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 4, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 98,978 of 115,591 servers on MCP Toplist.
Use MCP CAD Studio
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-cad-studio -- npx -y mcp-cad-studio --stdio[mcp_servers.mcp-cad-studio]
command = "npx"
args = ["-y", "mcp-cad-studio", "--stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-cad-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mario-andreschak%2Fmcp-cad-studio)<a href="https://mcptoplist.com/server/io.github.mario-andreschak%2Fmcp-cad-studio"><img src="https://mcptoplist.com/badge/io.github.mario-andreschak%2Fmcp-cad-studio.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flujo-app
Other servers by flujo-app
- MCP VS Code#7,457 · 5 vers
- MCP Sandbox Computer VM for AI#10,754 · 1 ver
- MCP Audio Studio#16,159 · 2 vers
- mcp-gmail-oauth#52,212
Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Aug 7, 2026 |
| 0.2.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains MCP CAD Studio?
- MCP CAD Studio is maintained by flujo-app, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP CAD Studio listed on the Official MCP Registry?
- Yes — MCP CAD Studio is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP CAD Studio have?
- MCP Toplist tracks 2 versions of MCP CAD Studio, most recently published on Aug 7, 2026.
- Where can I find the source code for MCP CAD Studio?
- The source code for MCP CAD Studio is hosted at github.com/flujo-app/mcp-cad-studio.