
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Node.js server implementing Model Context Protocol (MCP) for Matlab base operations.
Usage: matlab-mcp [pauseTime]
pauseTime (optional): Default pause time in milliseconds for Matlab script execution (default: 1s)Note: Matlab must be installed on your system and accessible via PATH or MATLAB_PATH environment variable. Generated scripts are stored in the user's temp directory by default.
matlab://documentation/getting-started: Getting started guide for Matlab MCP servermatlab://scripts/{script_name}: Access content of saved MATLAB scriptsgenerate_matlab_script
scriptName (string): Name for the script file (without .m extension, must be valid Matlab identifier)code (string): Matlab code to executeexecute_matlab_script
script_name (string): Name of the script file (without .m extension)args (object, optional): Optional arguments to pass to the script as variablesAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"matlab": {
"command": "npx",
"args": [
"-y",
"matlab-mcp"
]
}
}
}
{
"mcpServers": {
"matlab": {
"command": "npx",
"args": [
"-y",
"matlab-mcp",
"10"
]
}
}
}
Set these environment variables as needed:
MATLAB_PATH: Path to Matlab executable if not in system PATHMATLAB_TEMP_DIR: Custom directory for storing generated Matlab scripts (defaults to system temp directory){
"mcpServers": {
"matlab": {
"command": "npx",
"args": [
"-y",
"matlab-mcp"
],
"env": {
"MATLAB_PATH": "/path/to/your/matlab/bin/matlab",
"MATLAB_TEMP_DIR": "/path/to/custom/temp/directory"
}
}
}
}
From source:
git clone https://github.com/liou666/matlab-mcp.git
cd matlab-mcp
pnpm install
pnpm build
FAQs
MATLAB MCP Server - Execute MATLAB code through Model Context Protocol
We found that matlab-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.