FreeCAD MCP
Rank #1,088io.github.blwfish/freecad-mcp
Control FreeCAD from Claude — 3D modeling, PartDesign, CAM toolpaths, and more via 30+ tools.
FreeCAD MCP is a Model Context Protocol (MCP) server published by blwfish. It ranks #1,088 of 115,591 servers tracked on MCP Toplist, and its repository has 35 GitHub stars. FreeCAD MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 114,503 of 115,591 servers on MCP Toplist.
Use FreeCAD MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add freecad-mcp -- docker run -i --rm ghcr.io/blwfish/freecad-mcp:latest[mcp_servers.freecad-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/blwfish/freecad-mcp:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"freecad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"freecad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"freecad-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"freecad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"freecad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}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.blwfish%2Ffreecad-mcp)<a href="https://mcptoplist.com/server/io.github.blwfish%2Ffreecad-mcp"><img src="https://mcptoplist.com/badge/io.github.blwfish%2Ffreecad-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
blwfish
Other servers by blwfish
View all blwfish servers →Available versions (7)
| Version | Published |
|---|---|
| 7.4.0 | Aug 31, 2026 |
| 7.3.0 | Aug 21, 2026 |
| 7.2.0 | Aug 11, 2026 |
| 7.1.0 | Aug 8, 2026 |
| 7.0.0 | Jul 30, 2026 |
| 5.7.0 | May 15, 2026 |
| 5.6.0 | May 12, 2026 |
Frequently asked questions
- Who maintains FreeCAD MCP?
- FreeCAD MCP is maintained by blwfish, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is FreeCAD MCP listed on the Official MCP Registry?
- Yes — FreeCAD MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does FreeCAD MCP have?
- MCP Toplist tracks 7 versions of FreeCAD MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for FreeCAD MCP?
- The source code for FreeCAD MCP is hosted at github.com/blwfish/freecad-mcp.