FreeCAD MCP Next
FreeCAD MCP Next
Russisch
FreeCAD MCP Next verbindet FreeCAD mit MCP-Clients: Codex, GitHub Copilot Chat in Visual Studio Code und anderen kompatiblen Assistenten.
Das Projekt besteht aus zwei lokalen Prozessen:
Die Workbench in FreeCAD öffnet XML-RPC auf
127.0.0.1:9875.Der Befehl
freecad-mcpfungiert als stdio-MCP-Server für den AI-Client.
Schnellstart aus dem Quellcode
Anforderungen: FreeCAD 1.0 oder neuer, Python 3.12+, Git und
uv.
git clone https://github.com/Lumitorus/freecad-mcp-next.git
cd freecad-mcp-next
uv sync
uv run python scripts/install_addon.pyStarten Sie FreeCAD neu, wählen Sie die Arbeitsumgebung MCP Addon und klicken Sie auf Start RPC Server. Verbinden Sie dann Ihren MCP-Client:
codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcpFür Copilot kopieren Sie .vscode/mcp.example.json nach
.vscode/mcp.json, ersetzen Sie den Pfad und führen Sie in VS Code den Befehl MCP: List Servers aus.
Vollständige Anleitung: docs/installation.ru.md.
Besonderer Dank an
neka-nat/freecad-mcp für die Grundlage des Projekts.
Related MCP server: FreeCAD Robust MCP Server
English
FreeCAD MCP Next connects FreeCAD to MCP clients such as Codex, GitHub Copilot Chat in Visual Studio Code, and other compatible assistants.
The project uses two local processes:
A FreeCAD workbench exposes XML-RPC on
127.0.0.1:9875.The
freecad-mcpcommand provides an stdio MCP server to the AI client.
Quick start from source
Requirements: FreeCAD 1.0 or newer, Python 3.12+, Git, and
uv.
git clone https://github.com/Lumitorus/freecad-mcp-next.git
cd freecad-mcp-next
uv sync
uv run python scripts/install_addon.pyRestart FreeCAD, select the MCP Addon workbench, and click Start RPC Server. Then connect your MCP client:
codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcpFor Copilot, copy .vscode/mcp.example.json to
.vscode/mcp.json, replace the path, and run MCP: List Servers in VS Code.
Full guide: docs/installation.en.md.
Special thanks to
neka-nat/freecad-mcp for providing
the foundation of this project.
Development and releases
Pull requests run linting, unit tests, package builds, and addon validation on Windows, macOS, and Linux. Release Please maintains a version/changelog PR from Conventional Commits. Merging that PR creates a draft release, verifies it on all three operating systems, attaches the artifacts, and publishes it:
a Python wheel and source distribution;
FreeCADMCP-<version>.zipfor manual FreeCAD installation;SHA-256 checksum files;
a GitHub Release containing all artifacts.
See CONTRIBUTING.md and docs/releasing.md.
Continue, Ollama, and terminal clients
Ollama provides the local language model; Continue acts as the MCP client and connects that model to FreeCAD tools. A ready-to-copy configuration is available at examples/config/continue-ollama.yaml.
Detailed Russian and English instructions:
License and acknowledgements
Maintained by Lumitorus and distributed under the MIT License.
Special thanks to
neka-nat/freecad-mcp for the
foundation of this project. See NOTICE.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceThis project provides a robust integration between AI assistants and FreeCAD CAD software using the Model Context Protocol (MCP). It allows external applications to interact with FreeCAD through a standardized interface, offering multiple connection methods and specialized tools.24MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact with FreeCAD for 3D modeling, macro development, and debugging through 150+ tools supporting multiple connection modes.186MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables automation of FreeCAD model creation, macro execution, and view management through a server-client architecture, supporting integration with external AI tools like Claude and Cursor.96MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for FreeCAD that enables AI assistants to create and manipulate 3D models via natural language.MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lumitorus/freecad-mcp-next'
If you have feedback or need assistance with the MCP directory API, please join our Discord server