MCP Directory
Back

matlab-mcp-server

by matlab · Go · ★ 1,066

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.

#engineering-tools#matlab#matlab-mcp-server#mcp-server#mcp-tools

Install

go install github.com/matlab/matlab-mcp-server@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "matlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:matlab/matlab-mcp-server"
      ]
    }
  }
}

From the README

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: ****Example: | Update the binary name in the configuration settings of your AI application, usually a file. | > | **Toolbox** Updated and renamed: → **** | Install the latest version of the toolbox by running . You require the toolbox to connect to existing MATLAB sessi…
Read full README on GitHub →

Related other servers