by matlab
The MATLAB Agentic Toolkit brings trusted MATLAB capabilities to AI agents, making engineering and scientific workflows agent-ready.
# Add to your Claude Code skills
git clone https://github.com/matlab/matlab-agentic-toolkitGuides for using ai agents skills like matlab-agentic-toolkit.
Last scanned: 5/19/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-19T07:45:24.713Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}matlab-agentic-toolkit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by matlab. The MATLAB Agentic Toolkit brings trusted MATLAB capabilities to AI agents, making engineering and scientific workflows agent-ready. It has 1,012 GitHub stars.
Yes. matlab-agentic-toolkit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/matlab/matlab-agentic-toolkit" and add it to your Claude Code skills directory (see the Installation section above).
matlab-agentic-toolkit is primarily written in MATLAB. It is open-source under matlab on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh matlab-agentic-toolkit against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The MATLAB® Agentic Toolkit allows you to use AI agents with MATLAB by giving your AI agent the knowledge and context to work efficiently with MATLAB and its toolboxes. Use this toolkit to provide trusted MATLAB capabilities to your agent. This toolkit can prevent your AI coding agent from hallucinating toolbox functions, missing new features, and wasting time with extra steps that experienced MATLAB users would skip.
Use this toolkit to:
Connect your AI agent to MATLAB. This toolkit does this by automatically installing the MATLAB MCP Server. You can then use your agent to write idiomatic code, generate and run tests, diagnose errors, build apps, and more.
Provide curated expertise, called skills, to your agent. These skills equip your agent with knowledge of MATLAB workflows, conventions, and best practices while minimizing token burn.
[!Note] To use AI agents with Simulink® only, install the Simulink Agentic Toolkit. To install both the toolkits, use the Agentic Toolkit Installer.
These steps show you how to use the MATLAB Agentic Toolkit to install the MATLAB MCP Server and add skills to your agent.
Note: For instructions on installation from local files, installation in an offline environment, configuration options for this toolkit, platform-specific notes, verification steps, troubleshooting, and manual setup without the installer, see Configuration and Troubleshooting. If you already have the MCP server installed and only need to add skills, see Adding Skills Only.
Follow these steps to set up the MATLAB Agentic Toolkit.
setupAgenticToolkit("install")
shareMATLABSession()
If you are running multiple MATLAB sessions, the agent connects to the MATLAB session where you most recently ran this command.
Alternatively, you can also add this command to your MATLAB Startup Script.
Ask your agent:
What version of MATLAB is running? List the installed toolboxes.
After you install the MATLAB Agentic Toolkit, your agent can use these tools provided by the MATLAB MCP Server.
| Tasks you can ask your agent to do | Tool used by agent |
|---|---|
| Run MATLAB code and return command window output | evaluate_matlab_code |
| Run a MATLAB program | run_matlab_file |
Run tests via runtests with structured results |
run_matlab_test_file |
| Static analysis with the Code Analyzer | check_matlab_code |
| List installed MATLAB version and toolboxes | detect_matlab_toolboxes |
The server also provides two MCP resources: matlab_coding_guidelines (coding standards) and plain_text_live_code_guidelines (Live Script format rules). These resources provide reference information that agents can read as needed.
After you install the MATLAB Agentic Toolkit, your agent can use MathWorks® curated skills. For best results, install only the skill groups relevant to your work — agents are more reliable at triggering skills when fewer are loaded. You can also manually trigger a specific skill by name (e.g., /matlab-write-test in Claude Code) to guarantee it loads. To read details about all the skills, see the skills catalog. Skill groups include:
| Skill Group | Description |
|---|---|
| MATLAB Core | Create, debug, test, review, and manage MATLAB code and installations |
| MATLAB App Building | Build MATLAB apps programmatically using UI components, layouts, callbacks, and web integration |
| MATLAB Data Import and Analysis | Import, export, and analyze data in MATLAB using tables, timetables, filtering, aggregation, and time-series operations |
| MATLAB Environment and Settings | Diff MATLAB settings between releases and migrate startup scripts to correct setting paths |
| MATLAB External Language Interfaces | Call Python® libraries from MATLAB and upgrade MEX files to the interleaved complex API |
| MATLAB Programming | Write robust MATLAB functions with validated inputs |
| MATLAB Software Development | Modernize legacy code, optimize performance and memory, document and create toolboxes, create projects, and develop build plans |
| Skill Group | Supported Products |
|---|---|
| Aerospace | MATLAB, Aerospace Toolbox™ |
| AI and Statistics | MATLAB, Simulink, Curve Fitting Toolbox™, Deep Learning Toolbox™, Embedded Coder™, Fixed-Point Designer™, MATLAB Coder™, MATLAB Compiler SDK™, MATLAB Report Generator™, Optimization Toolbox™, Parallel Computing Toolbox™, Statistics and Machine Learning Toolbox™, Deep Learning Toolbox Converter for ONNX Model Format™, Deep Learning Toolbox Converter for PyTorch Models™, and Deep Learning Toolbox Converter for TensorFlow Models™ |
| Automotive | MATLAB, Simulink, Automated Driving Toolbox™, Computer Vision Toolbox™, RoadRunner, RoadRunner Scenario, RoadRunner Scene Builder, Sensor Fusion and Tracking Toolbox™, Automated Driving Toolbox Interface for Eclipse SUMO Traffic Simulator™, and Scenario Builder for Automated Driving Toolbox™ |
| Cloud Solutions | MATLAB, MATLAB Drive™ |
| Code Generation | MATLAB, Embedded Coder, Fixed-Point Designer, GPU Coder™, MATLAB Coder, MATLAB Test™, Parallel Computing Toolbox, and MATLAB Coder Support Package for PyTorch and LiteRT Models™ |
| Computational Biology | MATLAB, SimBiology™, and Statistics and Machine Learning Toolbox |
| Computational Finance | MATLAB, Datafeed Toolbox™ and Spreadsheet Link™ |
| Control Systems | MATLAB, Control System Toolbox™, Predictive Maintenance Toolbox™, Signal Processing Toolbox™, Statistics and Machine Learning Toolbox, and System Identification Toolbox™ |
| Image Processing and Computer Vision | MATLAB, Computer Vision Toolbox, Deep Learning Toolbox, Image Processing Toolbox™, Lidar Toolbox™, Medical Imaging Toolbox™, and Optical Design and Simulation Library for Image Processing Toolbox™ |
| Math and Optimization | MATLAB, Optimization Toolbox, Partial Differential Equation Toolbox™, and Symbolic Math Toolbox™ |
| Parallel Computing | MATLAB, Parallel Computing Toolbox, and MATLAB Parallel Server™ |
| Radar | MATLAB, Mapping Toolbox™, Phased Array System Toolbox™, Radar Toolbox™, Sensor Fusion and Tracking Toolbox, and Signal Processing Toolbox |
| Reporting and Database Access | MATLAB, Database Toolbox™, MATLAB Report Generator, Parallel Comp |