- Freecad
Freecad
Overview
what is FreeCAD MCP?
FreeCAD MCP (Model Control Protocol) is a server-client interface that allows users to interact with FreeCAD, enabling command execution and information retrieval about the current FreeCAD document and scene.
how to use FreeCAD MCP?
To use FreeCAD MCP, configure the server using a JSON format, connect to the server via a socket, and send commands to retrieve scene information or execute scripts.
key features of FreeCAD MCP?
- Retrieve detailed scene information including document properties and object details.
- Execute arbitrary Python scripts within the FreeCAD environment.
- Supports multiple operating systems with specific configuration examples.
use cases of FreeCAD MCP?
- Automating 3D modeling tasks in FreeCAD.
- Retrieving information about complex models for analysis.
- Running custom scripts to modify or create objects programmatically.
FAQ from FreeCAD MCP?
- What is the purpose of FreeCAD MCP?
It simplifies the interaction with FreeCAD through a server-client architecture.
- How do I install FreeCAD MCP?
Clone the repository, place the
freecad_mcpdirectory in your FreeCAD modules directory, and restart FreeCAD.
- Is FreeCAD MCP cross-platform?
Yes, it supports Windows, Linux, and macOS with specific configuration instructions.
Server Config
{
"mcpServers": {
"freecad": {
"command": "/usr/bin/python3",
"args": [
"/home/USER/.FreeCAD/Mod/freecad_mcp/src/freecad_bridge.py"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
bonninrStar
-Language
-License
-Category
developer-tools
Recommend Servers
View AllSwitzerland Payments Mcp
@junter1989k-ai
12 days ago
Qatar Payments Mcp
@junter1989k-ai
12 days ago
Uganda Payments Mcp
@junter1989k-ai
12 days ago
Austria Payments Mcp
@junter1989k-ai
12 days ago
Bahrain Payments Mcp
@junter1989k-ai
12 days ago
Hungary Payments Mcp
@junter1989k-ai
12 days ago
Norway Payments Mcp
@junter1989k-ai
12 days ago
Oman Payments Mcp
@junter1989k-ai
12 days ago
Egypt Payments Mcp
@junter1989k-ai
12 days ago
Canada Payments Mcp
@junter1989k-ai
12 days ago
Spain Payments Mcp
@junter1989k-ai
12 days ago
Kenya Payments Mcp
@junter1989k-ai
12 days ago
Teardrop
12 days ago
Bulgaria Payments Mcp
@junter1989k-ai
12 days ago
Czechia Payments Mcp
@junter1989k-ai
12 days ago
Rwanda Payments Mcp
@junter1989k-ai
12 days ago
Germany Payments Mcp
@junter1989k-ai
12 days ago
New Zealand Payments Mcp
@junter1989k-ai
12 days ago
Creationloop
@marino129
12 days ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
a year ago