What problem does it solve? Running MATLAB code from an AI assistant normally requires manual copy-pasting between the chat and the MATLAB environment. This Skill connects AI applications to the official MathWorks MCP server so code execution, static analysis, and session management happen directly in the conversation. ## Core Features & Use Cases - Code Execution: Run MATLAB code strings or entire .m script files and return output to the AI assistant. - Static Code Analysis: Check MATLAB scripts for style issues, unused variables, and deprecated functions without executing them. - Session & Environment Management: Detect installed toolboxes and versions, connect to existing MATLAB sessions, or start new ones in desktop or headless mode. - Use Case: Ask your AI assistant to load sensor data from a CSV, fit a polynomial model, compute R-squared, and save the resulting plot as a PNG, all executed in MATLAB without leaving the chat. ## Quick Start Install the server binary, register it with your AI client using the stdio transport, then ask the assistant to run a MATLAB command such as computing the mean of a vector.