Releases: matlab/matlab-agentic-toolkit
2026.06.04
What's New (2026.06.04)
Agentic Toolkit Installer
- The Agentic Toolkit Installer is now the recommended installer. Use the installer to install and update the MATLAB Agentic Toolkit. For details, see Agentic Toolkit Installer.
- Using this installer, you can select individual skill groups to install. This reduces context window usage for your agent and helps your agent reliably trigger the right skills.
- The
matlab-agentic-toolkit-setupagentic installer skill will be removed in a future release once a robust replacement is available.
New plugins
- MATLAB Programming — Skill for validating function inputs using
argumentsblocks. - Parallel Computing — 4 skills for GPU setup and validation, thread-based parallel pools, cluster discovery and profile management, and worker environment initialization.
- AI and Statistics — Skill for training, evaluating, and deploying neural networks using recommended Deep Learning Toolbox APIs, including legacy code migration.
- Radar — 2 skills for radar/sonar waveform design and analysis, and importing ground-truth trajectory data.
New Skills in Existing Plugins
- MATLAB Software Development —
matlab-optimize-memoryfor optimizing memory usage and 9 new skills covering the full toolbox packaging lifecycle: dependency analysis, readiness assessment, project creation, API definition, build automation, documentation generation, file exclusion, packaging, and publishing. - Automotive —
matlab-driving-data-importerfor importing recorded sensor data (GPS, camera, lidar, actor tracks) into Scenario Builder objects;matlab-scenario-builderfor building driving scenes, road surfaces, and 3D assets from sensor data with export to RoadRunner, OpenSCENARIO, OpenDRIVE, OpenCRG, or Unreal Engine. - Computational Biology —
matlab-fit-simbiology-modelfor fitting SimBiology model parameters to experimental data. - Image Processing and Computer Vision —
matlab-process-large-imagesfor processing large images (whole-slide, geospatial, 3D volumetric) usingblockedImage. - RF and Mixed Signal — 14 new antenna and propagation skills spanning catalog antenna design, custom geometry antennas, measured pattern import, phased array design, PCB antenna layout, reflectarray and reflector design, installed antenna analysis, RCS computation, RF propagation and site planning, SAR estimation, AI surrogate design exploration, impedance matching, and antenna optimization.
- Robotics and Autonomous Systems —
matlab-connect-mavlinkfor MAVLink connections to PX4/ArduPilot flight controllers;matlab-create-uav-scenariofor UAV flight scenarios with terrain, buildings, and sensor-equipped platforms. - Signal Processing — 5 new skills for continuous wavelet transform analysis, scope object configuration, adaptive filter design (LMS/RLS/FDAF/FxLMS), HDL-optimized digital down-converter design, and
signalDatastorepipelines for machine learning training. - Test and Measurement —
matlab-call-nidaqmxfor translating NI-DAQmx C functions into MATLAB calldaqlib calls;matlab-connect-opcua-clientfor OPC UA client connections and certificate inspection. - Wireless Communications — 5 new skills for BLE waveform generation, IEEE 802.11 WLAN waveform generation (Wi-Fi 4 through Wi-Fi 8), NI USRP radio setup, Bluetooth network simulation (BLE/BR/EDR/LE Audio), and wireless network simulation.
Improved Skills
matlab-build-simbiology-model— Improved diagram layout engine with ancillary block positioning for parameters and rules.matlab-simulate-simbiology-model— Added rules for stochastic simulation (SSA), interleaved scenario result ordering, and corrected sensitivity normalization documentation.matlab-modernize-code— Added Mapping Toolbox modernization guidance (webmap, dted, meshgrat, ltln2val replacements).matlab-install-products— Switched mpm input file source to mathworks.com canonical URL.
Compatibility Considerations
- The MATLAB Agentic Toolkit now supports only MATLAB R2021a or later.
Copyright 2026 The MathWorks, Inc.
2026.05.21
What's New (2026.05.21)
New Plugins
- Automotive — 4 skills for RoadRunner HD map authoring, Lanelet2 conversion, scene import, and asset mapping.
- Computational Biology — 2 skills for building and simulating SimBiology models.
- Data Import and Analysis — Skill for exploratory analysis of tabular data, including data cleaning, time-series analysis, grouping, aggregation, and more.
- RF and Mixed Signal — 26 new skills spanning S-parameter management and network parameter conversion, RF budget and cascade analysis, amplifier/mixer characterization, RF circuit composition, matching network design, PCB layout authoring and import/export, transmission line and coupler/filter/passive design, via modeling, PCB power delivery network analysis, electromagnetic simulation, signal integrity channel modeling, baseband signal processing, rational model fitting, and PCB design optimization.
- Robotics and Autonomous Systems — Skills for GNSS position computation and inertial sensor fusion (INS/EKF/attitude filters).
- Test and Measurement — Skill for discovering and browsing OPC UA servers.
New Skills in Existing Plugins
- Image Processing and Computer Vision —
matlab-display-volumefor 3-D volume rendering;matlab-ocrfor optical character recognition with preprocessing and language support. - Software Development —
matlab-optimize-performancefor profiling and speeding up MATLAB code;matlab-write-performance-testsfor writing timing and memory benchmarks. - Reporting and Database Access —
matlab-connect-databricks-jdbcfor connecting MATLAB to Databricks via JDBC. - Wireless Communications —
matlab-generate-5g-waveformfor 5G NR waveform generation;matlab-generate-gnss-waveformfor GPS/Galileo/NavIC signal generation.
Improved Skills
- matlab-use-duckdb — Expanded capabilities and additional eval coverage.
- matlab-add-awgn — New SNR conversion reference guide and updated evals.
- matlab-agentic-toolkit-setup — Improved setup guidance for Claude Code.
Other Changes
GETTING-STARTED.mdrenamed toConfiguration_and_Troubleshooting.mdwith expanded content.
Copyright 2026 The MathWorks, Inc.
2026.05.06
What's New (2026.05.06)
Alternative Installer (experimental)
A new MATLAB-based installer is available that can set up the toolkit without consuming agent tokens. It offers:
- Support for connecting to an existing MATLAB session (
--matlab-session-mode=existing) - Per-project configuration (not just global)
- One-step setup of both the MATLAB and Simulink Agentic Toolkits
This installer is initially delivered in the Simulink Agentic Toolkit — download agenticToolkitInstaller.mltbx from the Simulink Agentic Toolkit releases page.
New install locations
The MCP server binary and toolkit configuration have moved to a shared location used by both the MATLAB and Simulink Agentic Toolkits:
| Item | Old location | New location |
|---|---|---|
| MCP server binary | ~/.local/bin/matlab-mcp-core-server |
~/.matlab/agentic-toolkits/bin/matlab-mcp-core-server |
| Config file | ~/.matlab-agentic-toolkit/config.json |
~/.matlab/agentic-toolkits/config.json |
The setup skill automatically migrates existing installations to the new locations. No manual action is required.
Improved Skills
matlab-agentic-toolkit-setup— Aligned install paths with the Simulink Agentic Toolkit for shared configuration.matlab-install-products— Added per-item verification: the agent now confirms each requested product and support package was actually installed, rather than just checking for the MATLAB binary.matlab-design-digital-filter— Addedcost()for computational complexity analysis; corrected deprecatediirnotchguidance to usedesignfilt("notchiir").
Copyright 2026 The MathWorks, Inc.
2026.05.01
What's New (2026.05.01)
New Skills
matlab-display-image— Display images and annotations for image processing, computer vision, and visual inspection. (Image Processing and Computer Vision)matlab-design-digital-filter— Design and validate digital filters in MATLAB. (Signal Processing)matlab-model-serdes-systems— Model, simulate, and optimize SerDes systems using MATLAB SerDes Toolbox. (RF and Mixed Signal)matlab-add-awgn— Add AWGN noise and convert between SNR, Eb/No, Es/No, and per-subcarrier SNR for communications simulations. (Wireless Communications)
Bug Fixes
- Fixed wrong MCP config file path for GitHub Copilot on Windows
- Fixed install-root detection bug when running
install-global-skills.shdirectly - Skills Catalog README is now accurate
Other Changes
- Removed Cursor platform support
Copyright 2026 The MathWorks, Inc.
2026.04.20
What's New — 2026.04.20
New Skills
- matlab-install-products — Install MATLAB toolboxes and support packages from the command line using MATLAB Package Manager (mpm).
- matlab-list-products — List all installed MATLAB products and support packages for a given installation.
- matlab-map-database-objects — Generate MATLAB Object Relational Mapping (ORM) code using Database Toolbox.
- matlab-read-database — Read data from relational databases using Database Toolbox pushdown capabilities.
- matlab-write-database — Write data from MATLAB to relational databases and perform database operations.
- matlab-use-duckdb — Generate MATLAB code for DuckDB database operations using Database Toolbox.
New Plugins
Skills are now organized into five installable plugins (up from two):
- matlab-core — Debugging, testing, code review, Live Scripts, and the two new product management skills.
- matlab-app-building — Build apps with uifigure and App Designer.
- matlab-software-development — Code modernization and development workflows.
- reporting-and-database-access — All four new database skills.
- toolkit — Setup and configuration.
Improved Skills
- matlab-debugging — Major rewrite with improved diagnostic workflows and breakpoint management.
- matlab-agentic-toolkit-setup — Default display mode changed from
nodesktoptodesktopso MATLAB launches with the full desktop visible. Improved robustness on Windows with correct path escaping across all platform setup guides. Marketplace URL is now derived from the user's git remote instead of being hardcoded.
Renamed Skills
The following skills have been renamed:
matlab-building-apps→matlab-build-appmatlab-modernizing-code→matlab-modernize-codematlab-creating-live-scripts→matlab-create-live-scriptmatlab-reviewing-code→matlab-review-code
Copyright 2026 The MathWorks, Inc.
2026.04.10
What's New — 2026.04.10
Patch release fixing Claude Code MCP server configuration.
Bug Fixes
- Fixed Claude Code MCP config path — Setup was writing to
~/.claude/.mcp.json, which is not a valid config location. Now usesclaude mcp addCLI to register the MCP server correctly in~/.claude/settings.json. - Added migration for legacy artifacts — Setup detects and cleans up the invalid
~/.claude/.mcp.jsonfile left by previous versions. - Inlined Claude Code setup instructions — Setup instructions are now embedded directly in SKILL.md to prevent stale plugin cache from serving outdated guidance.
2026.04.09.2
What's New — 2026.04.09
Multi-Platform Agent Support
The setup skill now configures MCP and skills for multiple AI coding agents beyond Claude Code:
- GitHub Copilot — Automated MCP configuration for VS Code
- Google Gemini CLI — Automated setup with skills at
~/.agents/skills/ - Sourcegraph Amp — Global MCP config with workspace guidance
- OpenAI Codex — Plugin metadata and setup documentation
- Cursor — Plugin manifest and MCP template fixes
Setup Skill Improvements
- Skills now install to a shared location (
~/.agents/skills/) usable by all platforms - Setup skill owns all MCP configuration (removed
mcpServersfrom plugin manifest) - MCP template files moved to a dedicated
templates/folder - Fixed macOS MATLAB discovery for non-standard directory names
Skills
- All matlab-core skills renamed with
matlab-prefix for consistency (e.g.,debugging→matlab-debugging) - Creating Live Scripts — Improved for human-readable plain-text output
Documentation
- Restructured docs for platform neutrality
- Cleaned up Getting Started guide
2026.04.09
Initial release of the MATLAB Agentic Toolkit.