matlab-mcp-server

matlab-mcp-server

Official MATLAB MCP server, supports multiple encoding proxies.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

The MATLAB MCP server enables AI applications to start and stop MATLAB, write and run MATLAB code, and evaluate the style and correctness of the code. Through this server, AI can leverage MATLAB's powerful capabilities for scientific computing and engineering analysis. Suitable for developers who need to integrate MATLAB functionality into their AI applications. Integration methods include downloading the latest version and configuring it within the AI application.

Capabilities

  • Start and stop MATLAB
  • Write and run MATLAB code
  • Evaluate MATLAB code style and correctness

Use cases

Scientific computingEngineering analysisAutomated testing

Setup

Requires: MATLAB R2021a 或更高版本Node 环境
For Windows or Linux, download the latest version from GitHub; for macOS, use the curl command to download and set executable permissions. Then add the MCP server to your AI application.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I update the MATLAB MCP server?

Download the latest version and update the binary name in the configuration file.

Do I need to install additional toolboxes?

Yes, run `./matlab-mcp-server --setup-matlab` to install the latest toolboxes.

Related skills