Skip to main content
Glama
Lumitorus

FreeCAD MCP Next

by Lumitorus

FreeCAD MCP Next

Русский · English

Русский

FreeCAD MCP Next は、FreeCAD を MCP クライアント(Codex、Visual Studio Code の GitHub Copilot Chat、その他の互換アシスタント)と接続します。

このプロジェクトは2つのローカルプロセスで構成されています:

  1. FreeCAD 内のワークベンチが 127.0.0.1:9875 で XML-RPC を公開します。

  2. 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.py

FreeCAD を再起動し、MCP Addon ワークベンチを選択して、Start RPC Server をクリックします。次に MCP クライアントを接続します:

codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcp

Copilot の場合、.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つのローカルプロセスを使用します:

  1. FreeCAD ワークベンチが 127.0.0.1:9875 で XML-RPC を公開します。

  2. 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.py

FreeCAD を再起動し、MCP Addon ワークベンチを選択して、Start RPC Server をクリックします。次に MCP クライアントを接続します:

codex mcp add freecad -- uv --directory "C:\path\to\freecad-mcp-next" run freecad-mcp

Copilot の場合、.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.mddocs/releasing.md を参照してください。

Continue、Ollama、およびターミナルクライアント

Ollama はローカル言語モデルを提供し、Continue は MCP クライアントとして機能して、そのモデルを FreeCAD ツールに接続します。コピーして使用できる設定が examples/config/continue-ollama.yaml にあります。

詳細なロシア語と英語の手順:

ライセンスと謝辞

Lumitorus によって保守され、MIT ライセンスの下で配布されています。

このプロジェクトの基礎を提供してくれた neka-nat/freecad-mcp に特に感謝します。NOTICE.md を参照してください。

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    F
    maintenance
    This 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.
    24
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI assistants to interact with FreeCAD for 3D modeling, macro development, and debugging through 150+ tools supporting multiple connection modes.
    186
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    96
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for FreeCAD that enables AI assistants to create and manipulate 3D models via natural language.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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