SolidWorks API MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SolidWorks API MCP Serverlook up the ISldWorks.OpenDoc6 method"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SolidWorks API MCP Server
TypeScript MCP server that provides search and lookup access to the SolidWorks API documentation corpus in this repository.
Features
Full-text and keyword search over SolidWorks API docs.
Interface/member lookup for methods, properties, and events.
Enum value lookup from JSON or markdown sources.
Related member and example discovery helpers.
Stdio MCP JSON-RPC transport for local and Claude Desktop usage.
Related MCP server: Apidog MCP Server
Runtime and Tooling
Runtime: Bun + TypeScript
MCP transport: stdio (
stdin/stdout)Test framework: Vitest
Type checking: TypeScript compiler (
tsc)
This repository uses Bun-only JavaScript tooling:
Install dependencies:
bun installRun package scripts:
bun run <script>Run one-off CLIs:
bunx <tool>
Quick Start
Install dependencies:
bun installStart the MCP server:
bun run startData Root Configuration
By default the server reads from:
<repo>/solidworks-api
You can override this with SW_API_DATA_ROOT.
PowerShell:
$env:SW_API_DATA_ROOT = "C:\path\to\solidworks-api"
bun run startClaude Desktop Configuration
Add an MCP server entry to claude_desktop_config.json.
Windows example:
{
"mcpServers": {
"solidworks-api": {
"command": "bun",
"args": [
"run",
"C:\\path\\to\\solidworks-api-mcp\\server\\solidworks_mcp_server.ts"
]
}
}
}Restart Claude Desktop after updating the config.
Available Tools
The stdio MCP server exposes these tool names:
solidworks_lookup_methodsolidworks_search_apisolidworks_get_interface_memberssolidworks_get_enum_valuessolidworks_find_relatedsolidworks_get_examples
Development
Run tests:
bun run testRun type checking:
bun run typecheckProject Structure
solidworks-api-mcp/
|- server/
| |- solidworks_mcp_server.ts
| |- solidworks_server_shared.ts
| `- types.ts
|- solidworks-api/
| |- _index.json
| |- _search_index.json
| `- json/
|- tests/
| |- performance.test.ts
| `- regression-contracts.test.ts
|- package.json
|- tsconfig.json
`- README.mdThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.Last updated1412MIT
- Alicense-qualityDmaintenanceEnables AI tools to search and explore API documentation from Apidog projects or OpenAPI/Swagger specifications, providing endpoint details, schemas, and project statistics through natural language queries.Last updated9021ISC
- Alicense-qualityDmaintenanceExposes Swagger/OpenAPI API documentation to AI models, enabling exploration, search, and interaction with endpoints, schemas, and execution of API calls.Last updated492MIT
- Alicense-qualityDmaintenanceEnables AI agents to search and retrieve API documentation from an internal Swagger platform via MCP.Last updated35MIT
Related MCP Connectors
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kilwizac/solidworks-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server