solidworks-mcp
solidworks-mcp
AIアシスタントからSolidWorks 2022を直接操作できるMCPサーバー — スケッチ、フィーチャー(押し出し/カット/回転/フィレット/面取り/シェル/パターン)、 寸法と数式の駆動、エクスポート、質量特性の検査に対応。
Windowsのみ対応。 SolidWorksの自動化はWindows COMを介して行われるため、 SolidWorks 2022がインストールされライセンスが有効な同じマシン上で実行する必要があります。
クイックスタート(推奨)
最新リリースをダウンロードしてsetup.batを実行してください — PythonとSolidWorksのインストールを自動検出し、依存関係をインストールして、クライアントを設定します。ワンクリックで完了します。
または手動で:
powershell -ExecutionPolicy Bypass -File setup.ps1Related MCP server: SolidWorks MCP Server
対応クライアント
このリポジトリには、2つのAIクライアント向けの同じMCPサーバーが同梱されています:
クライアント | ディレクトリ | 設定ファイル形式 |
|
| |
|
|
各ディレクトリには、クライアント固有のセットアップ手順を記載した独自の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に従ってください:
Claude Desktop:
claude/README.mdopencode:
opencode/README.md
どちらも同じ前提条件が必要です: Windows上のPython 3.10+とSolidWorks 2022。
適切なディレクトリでpip install -r requirements.txtを実行して依存関係をインストールしてください。
仕組み
SolidWorksはネイティブにCOM経由でAPI全体を公開しています — アドオンは不要です。
このサーバーはpywin32を介して実行中のSolidWorksインスタンスに接続し(または起動し)、
モデリングワークフロー全体をカバーする約30のツールを公開します。
APIのenum定数は、インストール済みのSolidWorksタイプライブラリからライブで取得されるため、 お使いのインストール環境で常に正しいことが保証されます。
完全なツールリスト、ワークフローの例、既知の問題については、クライアント固有のREADMEを参照してください。
This server cannot be installed
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 gradedqualityBmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEnables Claude to create and manipulate SolidWorks CAD models through natural language commands, automating part creation, sketching, and extrusion.8
- AlicenseNot gradedqualityCmaintenanceEnables AI (e.g., Claude) to control SolidWorks via natural language, automating part creation, sketching, and feature operations through the Model Context Protocol.1MIT
- AlicenseNot gradedqualityBmaintenanceControl SolidWorks with plain language. Provides 89 tools for sketching, solid features, assemblies, and model feedback.1MIT
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.
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/blussyya/solidworks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server