AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Solidworks Mcp

mcp-just1step-solidworks-mcp · by just1step

A Model Context Protocol (MCP) server for SolidWorks, enabling AI assistants to interact with CAD models, automate design workflows, and bridge LLMs with SolidWorks API. 基于 Model Context Protocol (MCP) 的 SolidWorks 适配器,使 AI 助手能够直接操作、分析和自动化 SolidWorks 建模流程。

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add mcp-just1step-solidworks-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-just1step-solidworks-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Solidworks Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SolidWorks MCP Server

Language: English | [简体中文](./README.zh-CN.md)

SolidWorks MCP Server exposes local SolidWorks automation as a Windows-only MCP server.

This project ships as a single user-facing executable: SolidWorksMcpApp.exe.

Demo

What It Is

  • SolidWorksMcpApp.exe is the only supported entrypoint.
  • The app runs a tray-based Hub that owns the shared SolidWorks COM/STA session.
  • MCP clients connect through the same exe in --proxy mode.
  • The supported path is client -> proxy -> hub -> MCP tools -> SolidWorks.

Requirements

  • Windows 10/11 x64
  • SolidWorks installed locally, with SldWorks.Application available for COM activation
  • .NET 8 Runtime for source-adjacent app builds; the published release binary is packaged as a self-contained single exe
  • An MCP client that supports stdio, such as VS Code or Claude Desktop

SolidWorks Version Support

| SolidWorks version | Support status | High-risk mutation workflows | | --- | --- | --- | | 2024 | Certified | Enabled | | 2025 | Targeted | Enabled | | 2026 | Experimental | Blocked | | Older than 2024 | Unsupported | Blocked | | Newer than 2026 | Unsupported | Blocked |

Quick Start

  1. Download SolidWorksMcpApp.exe from [Releases](../../releases).
  2. Start the exe and confirm the tray icon appears.
  3. Export client config from the tray menu.
  4. Add that config to your MCP client.

For local use and testing, do not start SolidWorksBridge directly.

Development

Build:

dotnet build app/SolidWorksMcpApp/SolidWorksMcpApp.csproj -c Release

Run non-integration tests:

dotnet test bridge/SolidWorksBridge.sln --configuration Release --filter "Category!=Integration"

Run SolidWorks integration tests through the real hub/proxy path:

scripts/test-integration.bat

Repository Layout

  • app/SolidWorksMcpApp/: tray app, Hub/Proxy host, MCP tool registration, packaging entrypoint
  • bridge/SolidWorksBridge/: SolidWorks COM-facing services and workflow logic
  • bridge/SolidWorksBridge.Tests/: unit and integration tests

Logs

If a tool call fails, check the logs/ directory next to the exe.

License

This project is licensed under the [MIT License](./LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.