This MCP server integrates with SolidWorks API and structuring it into Claude-compatible context streams.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-solidwork": {
"command": "npx",
"args": [
"-y",
"eyfel/mcp-server-solidworks"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-solidwork npx -y eyfel/mcp-server-solidworks
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-solidwork": {
"command": "npx",
"args": [
"-y",
"eyfel/mcp-server-solidworks"
]
}
}
}