MCP Servers / development / MATLAB

MATLAB

JSON →
none38development

Execute MATLAB scripts and functions via MCP clients. Requires a local MATLAB installation.

Install
How to run this server
[ { "cmd": "pip install --upgrade", "imports": [] } ]
server path: matlab
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
MATLAB — MCP Server · libregistry