by bonninr · MCP Server · ★ 152
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
FreeCAD MCP (Model Control Protocol) Overview The FreeCAD MCP (Model Control Protocol) provides a simplified interface for interacting with FreeCAD through a server-client architecture. This allows users to execute commands and retrieve information about the current FreeCAD document and scene. https://github.com/user-attachments/assets/5acafa17-4b5b-4fef-9f6c-617e85357d44 Configuration To configure the MCP server, you can use a JSON format to specify the server settings. Below is an example configuration: Configuration Details command: The path to the Python executable that will run the FreeCAD MCP server. This can vary based on your operating system: Windows: Typically, it might look like or . Linux: It could be or the path to your Python installation. macOS: Usually, it would be or the path to your Python installation. args: An array of arguments to pass to the Python command. The first argument should be the path to the script, which is responsible for handling the MCP server logic. Make
| Stars | 152 |
| Forks | 27 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 74.5795428414467/100 |
| Open Issues | 9 |
| Last Updated | 2025-03-20 |
| Created | 2025-03-15 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~178k |
These tools work well together with freecad_mcp for enhanced workflows:
Explore other popular mcp server tools:
freecad_mcp is FreecadMCP connects Freecad to Claude AI and other MCP-ready tools like Cursor through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Freecad. This integration. It is categorized as a MCP Server with 152 GitHub stars.
freecad_mcp is primarily written in Python.
You can find installation instructions and usage details in the freecad_mcp GitHub repository at github.com/bonninr/freecad_mcp. The project has 152 stars and 27 forks, indicating an active community.
freecad_mcp is released under the MIT license, making it free to use and modify according to the license terms.