Matlab
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
# MATLAB MCP Server English • Español • 日本語 • 한국어 • 简体中文 > [!WARNING] > As of v0.11.0, MATLAB MCP Core Server has been renamed to MATLAB MCP Server. To use the latest version of the server after this change, you must update your settings. > > | Changes | Action Required | > |:-------:|:---------------:| > | **Binary names**New format: **`matlab-mcp-server--[.exe]`**Example: `matlab-mcp-server-windows-x64.exe` | Update the binary name in the configuration settings of your AI application, usually a `.json` file. | > | **Toolbox** Updated and renamed: `MATLAB MCP Core Server Toolbox` → **`MATLAB MCP Server Toolbox`** | Install the latest version of the toolbox by running `./matlab-mcp-server --setup-matlab`. You require the toolbox to connect to existing MATLAB sessions. For details, see `matlab-session-mode` in the [Arguments](#arguments) section. | > | **Repository URL**`github.com/matlab/matlab-mcp-core-server` → **`github.com/matlab/matlab-mcp-server`** | None. GitHub redirects automatically. | > | **Go module**`github.com/matlab/matlab-mcp-core-server` → **`github.com/matlab/matlab-mcp-server`** | If you are using the MATLAB MCP Core Server module in a Go project, update the module name in `go.mod` and your import declarations. | Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. The MATLAB MCP Server allows your AI applications to: - Start and quit MATLAB. - Write and run MATLAB code. - Assess your MATLAB code for style and correctness. To assist your agent in using MATLAB and Simulink, you can use skills from [MATLAB Agentic Toolkit (GitHub)](https://github.com/matlab/matlab-agentic-toolkit) and [Simulink Agentic Toolkit (GitHub)](https://github.com/matlab/simulink-agentic-toolkit), which can also install this MCP server for you. ## Table of Contents - [Setup](#setup) - [Claude Code](#claude-code) - [Claude Desktop](#claude-desktop) - [GitHub Copilot in Visual Studio Code](#github-copilot-in-visual-studio-code) - [Arguments](#arguments) - [Tools](#tools) - [Resources](#resources) - [Data Collection](#data-collection) - [Security Considerations](#security-considerations) - [Licensing and Usage](#licensing-and-usage) - [Contact Support](#contact-support) ## Setup 1. Install [MATLAB (MathWorks)](https://www.mathworks.com/help/install/ug/install-products-with-internet-connection.html) R2021a or later and add it to the system PATH. The MATLAB MCP Server supports MATLAB releases from the past five years. 1. The server supports any AI application that uses Model Context Protocol. To set up the MATLAB MCP Server for Claude Desktop, skip to the instructions for [Claude Desktop](#claude-desktop). To set up the server for other applications, follow these instructions: - For Windows or Linux, [**Download the Latest Release**](https://github.com/matlab/matlab-mcp-server/releases/latest). (Alternatively, you can **build from source**: install [Go](https://go.dev/doc/install) and build the binary using `go install github.com/matlab/matlab-mcp-server/cmd/matlab-mcp-server@latest`). - For macOS, first download the latest release by running the following command in your terminal: - For Apple silicon processors, run: ```sh curl -L -o ~/Downloads/matlab-mcp-server https://github.com/matlab/matlab-mcp-server/releases/latest/download/matlab-mcp-server-macos-amd64 ``` - For Intel processors, run: ```sh curl -...
A collection of MCP servers.
Enhanced ChatGPT Clone: Features Agents, MCP, Skills, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1,...
Playwright MCP server
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library...
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.