AI Agent Hub
Back to plugins
🧰

dsh-mcp-matlab

Web Tools Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install yh01010/dsh-mcp-matlab

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install yh01010/dsh-mcp-matlab in your DeepSeek Harness terminal to install this plugin (source: https://github.com/yh01010/dsh-mcp-matlab).

About this plugin

If you work inside a DSH (DeepSeek Harness) session with your AI assistant but still have to alt-tab over to the MATLAB desktop for a quick expression check, a round of unit tests, or a toolbox availability query, dsh-mcp-matlab closes that gap. The plugin ships neither MATLAB nor the MATLAB MCP Server executable; its single responsibility is to wire up a Server you already run locally and register its capabilities as mcp__matlab__* tools inside DSH, giving the AI in your conversation direct access to your MATLAB workspace.

Once connected, five tools appear in the session: evaluate arbitrary MATLAB code and capture the command-line output, execute a specific .m script, run a test file via runtests and collect the results, perform a static check with MATLAB Code Analyzer without modifying the file, and list the installed MATLAB version together with every available toolbox. Whether you want the AI to verify a numerical computation, bulk-run unit tests and flag failures, or simply confirm that a particular toolbox is present, you no longer need to leave the conversation.

It is aimed at people who already have a working MATLAB installation (R2021a or later, valid license) and use DSH as their daily AI coding environment: engineers and researchers in signal processing, control simulation, or scientific scripting, and graduate students who iterate on MATLAB code with AI assistance. The plugin does not alter MATLAB behavior in any way; it simply gives the AI in your DSH session a pair of hands that can operate your workspace directly.

Use Cases

  • Let the AI evaluate MATLAB code inside a DSH session and capture the command-line output
  • Bulk-run .m unit-test scripts and hand the failure report back to the AI
  • Run a MATLAB Code Analyzer static check on a script without modifying the file

Best For

  • MATLAB engineers or researchers who use DSH as their daily AI coding environment
  • Graduate students who iterate on MATLAB code with AI assistance
  • Workflow builders who already have a local MATLAB installation and MCP Server