Add your description here
Project description
FreeCAD MCP
Install addon
Addon directory is
- Windows:
%APPDATA%\FreeCAD\Mod\ - Mac:
~/Library/Application Support/FreeCAD/Mod/ - Linux:
~/.FreeCAD/Mod/or~/snap/freecad/common/Mod/(if you install FreeCAD from snap)
When you install addon, you need to restart FreeCAD. You can select "MCP Addon" from Workbench list and use it.
And you can start RPC server by "Start RPC Server" command in "FreeCAD MCP" toolbar.
Setting up Claude Desktop
For user.
{
"mcpServers": {
"freecad": {
"command": "uvx",
"args": [
"freecad-mcp"
]
}
}
}
For developer. First, you need clone this repository.
git clone https://github.com/neka-nat/freecad-mcp.git
{
"mcpServers": {
"freecad": {
"command": "uv",
"args": [
"--directory",
"/path/to/freecad-mcp/",
"run",
"freecad-mcp"
]
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file freecad_mcp-0.1.0.tar.gz.
File metadata
- Download URL: freecad_mcp-0.1.0.tar.gz
- Upload date:
- Size: 299.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb4e4a51b10996522266a70aa5869854571c4d3c661d371e60bde7e2d0be9f90
|
|
| MD5 |
92cc7cfd82eeec0a805a6a4a8894d10d
|
|
| BLAKE2b-256 |
2ce43278c8d46d08e79b15793589b3ce91158f75eb8e6e89bf80cfef2722c8ca
|
File details
Details for the file freecad_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: freecad_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d94fee6dbbfe6cd0b81b0dedbbd7efee05ed3607f3b1f3ea5c5198194bcafb8
|
|
| MD5 |
4ea8991bb6593d39eef46b0fff849614
|
|
| BLAKE2b-256 |
381be3e6beee3bad661e27d7a267fc493e8ca1aa3bd635a1835ad6922b973ed3
|