MCP Directory
Back

mcp-server-solidworks

by eyfel · C# · ★ 114

This MCP server integrates with SolidWorks API and structuring it into Claude-compatible context streams.

Install

git clone https://github.com/eyfel/mcp-server-solidworks.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server-solidworks": {
      "command": "npx",
      "args": [
        "-y",
        "github:eyfel/mcp-server-solidworks"
      ]
    }
  }
}

From the README

**AI-driven CAD automation for SolidWorks — an MCP (Model Context Protocol) server.** SolidPilot lets an AI model work with SolidWorks at the **CAD feature level**. The goal is for the model to reason in terms of "which CAD intent am I realizing?" instead of "which API method should I call?". Intent is converted into a CAD-neutral intermediate representation, and a deterministic compiler lowers that representation into concrete SolidWorks operations. SolidPilot is **not** a Claude-only plugin; it is **a general bridge between SolidWorks and AI.** Because MCP is an open standard, any MCP-capa…
Read full README on GitHub →

Related other servers