SolidWorks API MCP server — search API docs, examples, and enums directly from any MCP-compatible AI tool.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"swapi-pilot-solidworks-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
SolidWorks API MCP server — search API docs, examples, and enums directly from any MCP-compatible AI tool.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
MCP Security Weekly
Get CVE alerts and security updates for Swapi Pilot Solidworks Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
swapi-pilot gives AI agents accurate, up-to-date SolidWorks API documentation, reducing errors and improving automation precision — think of it as dedicated context for SolidWorks coding.
Still searching the web for VBA Macros? Asking SolidWorks experts online to write them for you? Just install swapi-pilot MCP and build whatever Macro you need yourself — no more waiting for help!
Scenario: A folder contains multiple SolidWorks part files (.SLDPRT) that need to be batch-exported to Parasolid (.XT) format for use in other CAD systems.
One instruction is all it takes. Claude Code with swapi-pilot MCP automatically finds the correct SolidWorks API, generates a C# automation script, and runs it to complete the batch export. No manual doc searching. No coding required.
Keywords: SolidWorks batch export, SLDPRT to XT, Parasolid export, SolidWorks automation, AI-assisted SolidWorks, Claude Code MCP
Scenario: Editing a SolidWorks mold part and need to move the FeatureManager Rollback Bar to just above the first Parting Line feature in order to edit earlier features.
One instruction. Claude Code with swapi-pilot MCP instantly looks up the API, identifies the correct method and parameters, and executes — no manual dragging, no digging through SolidWorks API documentation.
Keywords: SolidWorks FeatureManager, Rollback Bar automation, Parting Line feature, mold design automation, SolidWorks API Claude, AI-assisted engineering
Scenario: The same task — moving the FeatureManager Rollback Bar above the first (earliest) Parting Line feature — this time using the free Kimi 2.5 model.
Without swapi-pilot, this kind of task is extremely difficult for any LLM. SolidWorks API documentation is massive, and LLMs almost never have the right methods and parameters in their training data. swapi-pilot closes that gap: it delivers precise, real-time API context at the moment of the call, enabling even free LLMs to complete tasks that would otherwise be out of reach.
swapi-pilot is not tied to any AI platform. Any MCP-compatible tool can use it.
Keywords: Kimi 2.5, free LLM SolidWorks, universal MCP, SolidWorks API automation, AI-assisted CAD, swapi-pilot MCP
Claude Code:
claude mcp add swapi-pilot --transport http https://swapi-pilot.com/mcp
C:\Users\"user"\.claude.json "mcpServers": {
"swapi-pilot": {
"type": "http",
"url": "https://swapi-pilot.com/mcp"
}
}
Codex CLI:
\.codex\config.toml[mcp_servers.swapi-pilot]
url = "https://swapi-pilot.com/mcp"
Opencode:
\.config\opencode\opencode.json{
"$schema": "https://opencode.ai/config.json",
"mcp": {
... [View full README on GitHub](https://github.com/arthurle3210/swapi-pilot-solidworks-mcp#readme)