MATLAB
JSON →Execute MATLAB scripts and functions via MCP clients. Requires a local MATLAB installation.
Install
pip install --upgrade Tools · 4
- create_matlab_script Create a new MATLAB script file. Scripts are saved in the matlab_scripts directory. File names must be valid MATLAB identifiers.
- create_matlab_function Create a new MATLAB function file. Functions are saved in the matlab_scripts directory. Must include valid function definition.
- execute_matlab_script Run a MATLAB script and get results. Returns output text, generated figures, and workspace variables. Can pass arguments to scripts.
- call_matlab_function Call a MATLAB function with arguments. Returns function output and any generated figures.
Links
★ 38 GitHub stars