FreeCAD MCP Next
FreeCAD MCP Next
Русский
FreeCAD MCP Next は、FreeCAD を MCP クライアント(Codex、Visual Studio Code の GitHub Copilot Chat、その他の互換アシスタント)と接続します。
このプロジェクトは2つのローカルプロセスで構成されています:
FreeCAD 内のワークベンチが
127.0.0.1:9875で XML-RPC を公開します。freecad-mcpコマンドは、AI クライアント向けの stdio MCP サーバーとして動作します。
ソースからのクイックスタート
必要条件:FreeCAD 1.0 以降、Python 3.12+、Git、uv。
git clone https://github.com/Lumitorus/freecad-mcp-next.git
cd freecad-mcp-next
uv sync
uv run python scripts/install_addon.pyFreeCAD を再起動し、MCP Addon ワークベンチを選択して、Start RPC Server をクリックします。次に MCP クライアントを接続します:
codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcpCopilot の場合、.vscode/mcp.example.json を .vscode/mcp.json にコピーし、パスを置き換えて、VS Code で MCP: List Servers コマンドを実行します。
完全な手順:docs/installation.ru.md。
プロジェクトの基礎を提供してくれた neka-nat/freecad-mcp に特に感謝します。
Related MCP server: FreeCAD Robust MCP Server
English
FreeCAD MCP Next は、FreeCAD を MCP クライアント(Codex、Visual Studio Code の GitHub Copilot Chat、その他の互換アシスタント)と接続します。
このプロジェクトは2つのローカルプロセスを使用します:
FreeCAD ワークベンチが
127.0.0.1:9875で XML-RPC を公開します。freecad-mcpコマンドは、AI クライアントに stdio MCP サーバーを提供します。
ソースからのクイックスタート
必要条件:FreeCAD 1.0 以降、Python 3.12+、Git、uv。
git clone https://github.com/Lumitorus/freecad-mcp-next.git
cd freecad-mcp-next
uv sync
uv run python scripts/install_addon.pyFreeCAD を再起動し、MCP Addon ワークベンチを選択して、Start RPC Server をクリックします。次に MCP クライアントを接続します:
codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcpCopilot の場合、.vscode/mcp.example.json を .vscode/mcp.json にコピーし、パスを置き換えて、VS Code で MCP: List Servers を実行します。
完全なガイド:docs/installation.en.md。
このプロジェクトの基礎を提供してくれた neka-nat/freecad-mcp に特に感謝します。
開発とリリース
プルリクエストでは、Windows、macOS、Linux でリンティング、単体テスト、パッケージビルド、アドオンの検証が実行されます。Release Please は、Conventional Commits からバージョン/チェンジログの PR を管理します。その PR をマージすると、ドラフトリリースが作成され、3つのオペレーティングシステムすべてで検証され、アーティファクトが添付されて公開されます:
Python の wheel とソース配布物;
FreeCAD を手動インストールするための
FreeCADMCP-<version>.zip;SHA-256 チェックサムファイル;
すべてのアーティファクトを含む GitHub リリース。
CONTRIBUTING.md と docs/releasing.md を参照してください。
Continue、Ollama、およびターミナルクライアント
Ollama はローカル言語モデルを提供し、Continue は MCP クライアントとして機能して、そのモデルを FreeCAD ツールに接続します。コピーして使用できる設定が examples/config/continue-ollama.yaml にあります。
詳細なロシア語と英語の手順:
ライセンスと謝辞
Lumitorus によって保守され、MIT ライセンスの下で配布されています。
このプロジェクトの基礎を提供してくれた neka-nat/freecad-mcp に特に感謝します。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