Matlab MCP Server
未认领Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
engineering-toolsmatlabmatlab-mcp-servermcp-servermcp-tools
安装
$
claude mcp add --transport stdio matlab -- /fullpath/to/matlab-mcp-server-binary工具(3 个)
code
(string): MATLAB code to evaluate.
project_path
(string): Absolute path to your project directory. MATLAB sets this directory as the current working folder. Example: C:\Users\username\matlab-project or /home/user/research.
script_path
(string): Absolute path to the MATLAB script file to analyze. Must be a valid .m file. The file is not modified during analysis. Example: C:\Users\username\matlab\myFunction.m or /home/user/scripts/analysis.m.