CAiD MCP Server
Rank #17,051io.github.dreliq9/caid-mcp
Validated 3D CAD modeling for AI agents via CAiD + CadQuery. 54 tools with geometry validation.
CAiD MCP Server is a Model Context Protocol (MCP) server published by dreliq9. It ranks #17,051 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. CAiD MCP Server is listed across 2 registries — PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 98,409 of 115,460 servers on MCP Toplist.
Use CAiD MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add caid-mcp -e "CAID_OUTPUT_DIR=<your CAID_OUTPUT_DIR>" -- uvx caid-mcpReplace each placeholder with your own value before saving.
[mcp_servers.caid-mcp]
command = "uvx"
args = ["caid-mcp"]
[mcp_servers.caid-mcp.env]
CAID_OUTPUT_DIR = "<your CAID_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<your CAID_OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<your CAID_OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"caid-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<your CAID_OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<your CAID_OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<your CAID_OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
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.dreliq9%2Fcaid-mcp)<a href="https://mcptoplist.com/server/io.github.dreliq9%2Fcaid-mcp"><img src="https://mcptoplist.com/badge/io.github.dreliq9%2Fcaid-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
dreliq9
Other servers by dreliq9
View all dreliq9 servers →Available versions (4)
| Version | Published |
|---|---|
| 0.7.0 | Aug 13, 2026 |
| 0.5.0 | Mar 30, 2026 |
| 0.3.2 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains CAiD MCP Server?
- CAiD MCP Server is maintained by dreliq9, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is CAiD MCP Server listed on the Official MCP Registry?
- CAiD MCP Server is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does CAiD MCP Server have?
- MCP Toplist tracks 4 versions of CAiD MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for CAiD MCP Server?
- The source code for CAiD MCP Server is hosted at github.com/dreliq9/caid-mcp.