MCP Directory
Back

mcp-server-solidworks

by eyfel · ★ 83

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

This MCP server integrates with SolidWorks API and structuring it into Claude-compatible context streams. ## 🚀 Contributing to SolidPilot SolidPilot is an open-source AI Assistant for SolidWorks. Its architecture is modular, version-aware, and designed to work with local language models like Claude through the MCP (Model Context Protocol). The assistant is composed of: - A **Claude UI** interface - A **Python layer** for prompt generation and context building - A **C# Adapter Layer** for SolidWorks version-specific automation - A **COM bridge** via PythonNET We welcome contributions in ar…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers