- 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 AllMemory
@modelcontextprotocol
a year ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago