Skip to main content
Glama

solidworks-mcp

AIアシスタントからSolidWorks 2022を直接操作できるMCPサーバー — スケッチ、フィーチャー(押し出し/カット/回転/フィレット/面取り/シェル/パターン)、 寸法と数式の駆動、エクスポート、質量特性の検査に対応。

Windowsのみ対応。 SolidWorksの自動化はWindows COMを介して行われるため、 SolidWorks 2022がインストールされライセンスが有効な同じマシン上で実行する必要があります。

クイックスタート(推奨)

最新リリースをダウンロードしてsetup.batを実行してください — PythonとSolidWorksのインストールを自動検出し、依存関係をインストールして、クライアントを設定します。ワンクリックで完了します。

または手動で:

powershell -ExecutionPolicy Bypass -File setup.ps1

Related MCP server: SolidWorks MCP Server

対応クライアント

このリポジトリには、2つのAIクライアント向けの同じMCPサーバーが同梱されています:

クライアント

ディレクトリ

設定ファイル形式

Claude Desktop

claude/

claude_desktop_config.json

opencode

opencode/

opencode.jsonc

各ディレクトリには、クライアント固有のセットアップ手順を記載した独自のREADMEと、 その下に同じPythonソースコードが含まれています。

solidworks-mcp/
├── README.md                    ← you are here
├── claude/                      ← Claude Desktop
│   ├── README.md
│   ├── claude_desktop_config.example.json
│   ├── server.py
│   ├── connection.py
│   ├── requirements.txt
│   ├── diagnose.py
│   └── tools/
└── opencode/                    ← opencode
    ├── README.md
    ├── opencode_config.example.jsonc
    ├── server.py
    ├── connection.py
    ├── requirements.txt
    ├── diagnose.py
    └── tools/

クイックスタート

お使いのクライアントを選択して、そのREADMEに従ってください:

どちらも同じ前提条件が必要です: Windows上のPython 3.10+とSolidWorks 2022。 適切なディレクトリでpip install -r requirements.txtを実行して依存関係をインストールしてください。

仕組み

SolidWorksはネイティブにCOM経由でAPI全体を公開しています — アドオンは不要です。 このサーバーはpywin32を介して実行中のSolidWorksインスタンスに接続し(または起動し)、 モデリングワークフロー全体をカバーする約30のツールを公開します。

APIのenum定数は、インストール済みのSolidWorksタイプライブラリからライブで取得されるため、 お使いのインストール環境で常に正しいことが保証されます。

完全なツールリスト、ワークフローの例、既知の問題については、クライアント固有のREADMEを参照してください。

F
license - not found
Not graded
quality - not tested
B
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
    B
    maintenance
    Enables LLMs to automate SolidWorks (open/save parts, modify dimensions, export STEP) via COM, and optionally generate geometry using build123d code-CAD with PNG previews.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude to create and manipulate SolidWorks CAD models through natural language commands, automating part creation, sketching, and extrusion.
    8
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI (e.g., Claude) to control SolidWorks via natural language, automating part creation, sketching, and feature operations through the Model Context Protocol.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.

  • AI-callable calculators and engineering models with real formulas. No hallucinated math.

  • DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.

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/blussyya/solidworks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server