Skip to content

MATLAB MCP Server v0.11.2

Latest

Choose a tag to compare

@agoldsbo agoldsbo released this 10 Jul 14:40

Warning

As of v0.11.0, MATLAB MCP Core Server has been renamed to MATLAB MCP Server. To use the latest version of the server after this change, you must update your settings.

Changes Action Required
Binary names
New format: matlab-mcp-server-<os>-<arch>[.exe]
Example: matlab-mcp-server-windows-x64.exe
Update the binary name in the configuration settings of your AI application, usually a .json file.
Toolbox
Updated and renamed: MATLAB MCP Core Server ToolboxMATLAB MCP Server Toolbox
Install the latest version of the toolbox by running ./matlab-mcp-server --setup-matlab. You require the toolbox to connect to existing MATLAB sessions. For details, see matlab-session-mode in the Arguments section.
Repository URL
github.com/matlab/matlab-mcp-core-servergithub.com/matlab/matlab-mcp-server
None. GitHub redirects automatically.
MCP Bundle
Updated and renamed: matlab-mcp-core-server.mcpbmatlab-mcp-server.mcpb
If you used the MATLAB MCP bundle to install the MCP server in Claude Desktop, first uninstall the server, then download the new matlab-mcp-server.mcpb bundle and use it re-install the server. For details, see the section on Claude Desktop.
Go module
github.com/matlab/matlab-mcp-core-servergithub.com/matlab/matlab-mcp-server
If you are using the MATLAB MCP Core Server module in a Go project, update the module name in go.mod and your import declarations.

Enhancements

  • Added official support and instructions for Codex
  • Improved permission handling in MLTBX
  • Updated dependencies to resolve CVEs

Bug Fixes

  • Fixed incompatibility between --session-mode=auto and Terminal in MATLAB

Issues Resolved

  • #98: Fix failures in tests caused by a symlink TMPDIR for MacOs
  • #89: Fixed issue caused by incorrect loading of dotnet framework for permissions on Unix platforms

We encourage you to try this repository and provide feedback. If you encounter a technical issue or have an enhancement request, create an issue or contact technical support.