
Intellicad Plugin
- Updated June 23, 2026
- IntelliCAD-Official/itc-public-claude-plugins
intellicad-plugin is a Claude Code skill in the AI & Agent Building category. Claude plugin to access CAD functionality and knowledge basics
Key points
- intellicad-plugin
- AI & Agent Building
- AI-coding skill
Intellicad Plugin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add IntelliCAD-Official/itc-public-claude-plugins/plugin install intellicad-plugin@itc-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 23, 2026 |
|---|---|
| Repository | IntelliCAD-Official/itc-public-claude-plugins ↗ |
What it does
Claude plugin to access CAD functionality and knowledge basics
README.md
IntelliCAD Assistance Plugin
Claude plugin to access IntelliCAD functionality and knowledge basics.
Overview
The plugin provides AI agent an ability to perform following tasks in context of a running IntelliCAD:
- Answer questions based on documentation.
- Selection based on natural language prompt.
- Ability to query drawing for information, such as layers list, block usage, etc.
- Generate and run a LISP program based on natural language prompt.
MCP Servers
intellicad-application-server
The plugin uses tools exposed by the IntelliCAD application server to query a running IntelliCAD application via COM interface. An AI agent starts the server as a local subprocess and provides a running IntelliCAD process name as the first launch argument.
intellicad-documentation-server
The plugin uses tools from the IntelliCAD documentation server to retrieve information from use documentation while answering questions.
intellicad-lisp-documentation-server
The plugin uses tools from the IntelliCAD LISP developer documentation server to retrieve information while developing LISP programs.
Customizing & Branding
- The skill files (
SKILL.mdfiles in a subdirectory ofskills/) contain direct instructions for an AI agent, that includes the name of a specific product (e.g.IntelliCAD). This product name can be referenced by the agent when answering user questions. Please replaceIntelliCADwith your own product name in these files. Include in the product overview a statement that your product is built on the IntelliCAD platform. This will help the AI agent to semantically link your product with IntelliCAD and solve issues related to the core IntelliCAD. - The file
.mcp.jsoncontains information required for an AI agent to connect to MCP servers. If you have already replacedIntelliCADin the skill definition with your own product name as suggested above (f.i.MyCAD), then update the MCP documentation server name in.mcp.jsonso it's as bellow (note,intellicadis replaced withmycad):
"mycad-documentation-server": {
"type": "http",
"url": "https://hostname_or_ipaddress:port_number/mcp"
}
Note intellicad-application-server server's the first launch argument is running IntelliCAD process name. Change it respectively if the product executable file name is not icad.exe.
Author
Dmitry Kulikov (dmitry.kulikov@intellicad.org)
Version
1.0.0