Back to Home
matlab icon

matlab-mcp-core-server

Verified Safe

by matlab

Overview

The MATLAB MCP Core Server enables AI applications to start and quit MATLAB, execute MATLAB code, and assess code quality.

Installation

Run Command
/fullpath/to/matlab-mcp-core-server-binary

Security Notes

The server's core function is to execute arbitrary MATLAB code provided via API calls, which inherently poses a high security risk if not properly managed. The README explicitly warns users to 'thoroughly review and validate all tool calls before you run them' and 'always keep a human in the loop'. The presence of path validators in the source code (e.g., in `checkmatlabcode`, `runmatlabfile`) suggests attempts to restrict file access, which is a good practice for mitigating some execution risks. No hardcoded secrets or obvious malicious patterns were found. Network communication within the watchdog mechanism appears to use Unix Domain Sockets or HTTP, with TLS for the embedded MATLAB connector, indicating attention to secure communication channels. The main security consideration is ensuring trusted and validated input to the code execution functions.

Similar Servers

Stats

Interest Score77
Security Score7
Cost ClassMedium
Avg Tokens750
Stars118
Forks13
Last Update2026-01-13

Tags

MATLABAI IntegrationModel Context ProtocolCode ExecutionDevelopment Tools