Back to Home
matlab icon

mcp-framework-matlab-production-server

by matlab

Overview

Provides a framework and utilities to expose MATLAB functions as Model Context Protocol (MCP) tools, enabling AI agents and LLMs to interact with and leverage MATLAB's computational capabilities for domain-specific tasks.

Installation

Run Command
python Utilities/linePlot.py --port 8080

Security Notes

The `file_persist` utility, crucial for external data handling, exposes direct file system operations (copy, create, delete, match, etc.) via command-line arguments. While `sanitizeURI` attempts path cleaning, direct use of `u.Path` with OS functions means that if the MATLAB Production Server's underlying operating system permissions are not strictly controlled, these operations could be exploited to access, modify, or delete files outside of intended directories. The framework relies on external MATLAB Production Server security features (HTTPS, OAuth2, OIDC) and proper OS-level access control for safe operation. No `eval`, obfuscation, or hardcoded secrets were identified.

Similar Servers

Stats

Interest Score40
Security Score6
Cost ClassLow
Avg Tokens250
Stars11
Forks1
Last Update2026-01-17

Tags

MATLABAI IntegrationLLMMCPProduction Server