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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"matlab-mcp-core-serv": {
"command": "go",
"args": [
"run",
"github.com/matlab/matlab-mcp-core-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add matlab-mcp-core-serv go run github.com/matlab/matlab-mcp-core-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"matlab-mcp-core-serv": {
"command": "go",
"args": [
"run",
"github.com/matlab/matlab-mcp-core-server@latest"
]
}
}
}
📋 Copy