The MATLAB MCP server provides AI users with powerful scientific computing and data analysis capabilities. It allows users to execute MATLAB code directly in conversations, generate MATLAB scripts from natural language descriptions, and access MATLAB documentation.
matlabscientific-computingdata-analysiscode-executioncode-generationmcp-servertool
Installation & Configuration
{
"mcpServers": {
"matlab-server": {
"command": "node",
"args": [
"/path/to/matlab-server/build/index.js"
],
"env": {
"MATLAB_PATH": "/path/to/matlab/executable"
},
"disabled": false,
"autoApprove": []
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15