Has Octave developed an MCP server/connector for BricsCAD yet?
Interested to connect Claude AI so I can direct him to do mundane tasks like update layout names.
eg Layout sheets are named by job number, sheet and revision:
26-1233-01(0) revision in brackets
I'd want to replace the 0 in the brackets with 1 (01)
Doing this manually, right clicking each of the 30 layout tabs to change 1 digit is time consuming.
There's a myriad of other use cases.
Comments
-
There is no such a feature yet.
0 -
You don't need an MCP server for such things. BricsCAD plugins can do almost anything you want, and Claude is perfectly capable of writing plugins.
0 -
Option one: ask Claude to write a script specifically for this concert task.
Option two: ask Claude to write a BricsCAD plugin that will allow him to retrieve sheet data and rename sheets. Claude is more or less familiar with simple AutoCAD APIs and (I think) will guess that the same code will work in BricsCAD.0

