Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Tsuchijo • Visualization & Charts
An MCP server that integrates MATLAB with MCP clients to create, run, and retrieve results from MATLAB scripts and functions.
Programmatically create and save MATLAB scripts or function files into a managed matlab_scripts directory.
Execute MATLAB scripts or call MATLAB functions and retrieve output text, workspace variables, and generated figures.
Integrate MATLAB execution into Claude Desktop or other MCP clients for automated analysis, plotting, or numerical computation workflows.
This server exposes tools to create MATLAB scripts and functions, execute scripts or call functions, and return outputs including text, workspace variables, and generated figures. It automates installing the MATLAB Engine (using the MATLAB installation at MATLAB_PATH) and stores user code in a matlab_scripts directory. The project is intended for local development and integration with Claude Desktop or other MCP clients to programmatically control MATLAB from Python.
Create a new MATLAB script file. Args: script_name: Name of the script (without .m extension) code: MATLAB code to save Returns: Path to the created script
Create a new MATLAB function file. Args: function_name: Name of the function (without .m extension) code: MATLAB function code including function definition Returns: Path to the created function file
Open MATLAB editor for the specified script. Args: script_name: Name of the script (without .m extension) Returns: Status message
Execute a MATLAB script and return results.
Call a MATLAB function with arguments.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.