MCP server for PTC MathCAD Prime control: AI agents manage worksheet operations (open/close/save), set/retrieve values with unit support (scalars
MCP server for PTC MathCAD Prime control: AI agents manage worksheet operations (open/close/save), set/retrieve values with unit support (scalars, strings, matrices), control calculation states (pause/resume/recalculate), and export to. That is what the mathcad mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server that provides integration with PTC MathCAD Prime, allowing AI assistants like Claude to interact with MathCAD worksheets through a standardized interface.
The server publishes 14 tools. What each one is for:
list_mathcad_version — Get the running MathCAD versionopen_worksheet — Open a MathCAD worksheet from a file pathclose_worksheet — Close a specific worksheetclose_all_worksheets — Close all open worksheetsquit_mathcad — Quit the MathCAD application entirelysave_worksheet — Save a worksheet to a specified path and formatsave_worksheet_inplace — Save the worksheet in placeactivate_worksheet — Bring a worksheet to the frontset_real_input — Set a numerical input with optional unitsset_string_input — Set a string inputset_matrix_input — Set a matrix input with optional unitsget_input — Retrieve the current value of a designated input (real/string/matrix)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: MATHCAD_VISIBLE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MathCAD's toolset — list_mathcad_version, open_worksheet, close_worksheet and 11 more — is a fair guide to whether it matches your workflow. It is maintained by hvkshetry; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_mathcad_version | Get the running MathCAD version |
| open_worksheet | Open a MathCAD worksheet from a file path |
| close_worksheet | Close a specific worksheet |
| close_all_worksheets | Close all open worksheets |
| quit_mathcad | Quit the MathCAD application entirely |
| save_worksheet | Save a worksheet to a specified path and format |
| save_worksheet_inplace | Save the worksheet in place |
| activate_worksheet | Bring a worksheet to the front |
| set_real_input | Set a numerical input with optional units |
| set_string_input | Set a string input |
| set_matrix_input | Set a matrix input with optional units |
| get_input | Retrieve the current value of a designated input (real/string/matrix) |
| get_matrix_input | Retrieve the current value of a designated matrix input |
| calculate_worksheet | Recalculate a worksheet |
| Variable | Description | Required |
|---|---|---|
| MATHCAD_VISIBLE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.