An MCP server that plugs SolidProfessor's training content directly into Claude Code, Cursor, and Copilot.
{
"mcpServers": {
"solidcontext": {
"command": "npx",
"args": ["-y", "@solidprofessorhub/solidcontext-mcp"]
}
}
}
AI tools hallucinate when answering CAD questions. They invent menu paths, suggest deprecated workflows, and give vague answers.
Engineers add SolidContext to their AI tool config. The AI automatically pulls relevant docs when answering CAD questions.
"How do I add assembly mates in SOLIDWORKS 2024?"
Calls resolve-software to match "solidworks" to a SolidContext ID
Calls query-docs with the software ID and the question
AI responds with expert-level guidance sourced from SolidProfessor
| Tool | Purpose | Inputs |
|---|---|---|
resolve-software |
Fuzzy-match a software name to a SolidContext ID | name (string) — e.g., "solidworks", "autocad" |
query-docs |
Search and retrieve relevant documentation | softwareId, query, version? |
Documentation for every software in SolidProfessor's library
Free tier creates awareness. Pro and Enterprise tiers drive subscriptions.
For individuals
For professionals
For enterprises
SolidProfessor content surfaces in every AI interaction about CAD software. Engineers discover SP through their tools.
Position SolidProfessor as THE source of truth for engineering AI. First mover in engineering-specific MCP servers.
Free tier hooks engineers with accurate answers. Premium tier converts them to SolidProfessor subscribers.
Query analytics reveal what engineers need most — informing new course development and content priorities.
TypeScript + @modelcontextprotocol/sdk with sample docs
Validate with Claude Code and Cursor using SOLIDWORKS questions
Determine public vs. premium content split
npm package + MCP marketplace listings