A specialized MCP server that provides deep integration with PTC MathCAD Prime, enabling AI assistants to interact with MathCAD worksheets through a comprehensive set of tools for worksheet management, input/output manipulation, and calculation control. Built using the MathcadPy library and FastMCP framework, this implementation supports Windows-based MathCAD automation, offering capabilities like opening/closing worksheets, setting inputs, retrieving outputs, and performing unit conversions, making it particularly valuable for engineering, scientific, and computational workflows.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get the running MathCAD version.
Open a MathCAD worksheet from a file path.
Close a specific worksheet.
Close all open worksheets.
Quit the MathCAD application entirely.
Save a worksheet to a specified path and format.
Save the worksheet in place.
Bring a worksheet to the front.
Set a numerical input with optional units.
Set a string input.
Set a matrix input with optional units.
Retrieve the current value of a designated input (real/string/matrix).
Retrieve the current value of a designated matrix input.
Recalculate a worksheet.
Alias for calculating the worksheet.
Pause worksheet calculation.
Resume worksheet calculation.
Get a designated output value (real, string, or matrix).
Get a numerical output value from a worksheet.
Get a numerical output value with conversion to specified units.
Get a matrix output from a worksheet.
Get a matrix output with unit conversion.
Save the worksheet as a PDF file (Mathcad Prime 5+ only).
Save the worksheet as an RTF file.
Save the worksheet as an XPS file.
Check if a worksheet is read-only.
Check if a worksheet has unsaved changes.
Force-set the 'modified' status of a worksheet.