Two moving parts: a live MATLAB connection plus Markdown skills
The MATLAB Agentic Toolkit is not a plugin that generates code and hopes for the best. It fuses two complementary pieces: the MATLAB MCP Core Server, a live connection that lets an AI agent actually run, test, and analyze MATLAB code on the user's own machine, and a curated library of Agent Skills, plain Markdown instruction files that encode MATLAB-specific best practices [1]. This is the same MCP-plus-Agent-Skills pattern that has spread across the agent ecosystem, now pointed at trusted engineering and scientific software rather than generic web tooling.
The skills half is deceptively simple. As MathWorks describes it, the system works because the AI reads the relevant Markdown file before attempting a related task, so the agent inherits domain knowledge instead of improvising it [1]. The live-connection half closes the loop: the agent does not just write code, it executes and diagnoses that code against a real MATLAB session, then corrects itself. Together they let agents write idiomatic MATLAB, generate and run tests, diagnose errors, build apps, and reach across the full breadth of MATLAB toolboxes [2].



