matlab-agentic-toolkit

作者 matlab已验证

The MATLAB Agentic Toolkit brings trusted MATLAB capabilities to AI agents, making engineering and scientific workflows agent-ready.

945
Stars
117
Forks
MATLAB
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/matlab/matlab-agentic-toolkit

快速入门

使用 matlab-agentic-toolkit 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

MATLAB Agentic Toolkit

Latest Release Release Date

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.

Requirements

  • MATLAB R2021a or later
  • Git™
  • AI coding agent that supports MCP servers and skills. Supported agents are configured automatically. Otherwise, refer to your agent’s documentation to manually configure the MCP server and install skills. Supported agents include:
    • Claude Code
    • GitHub® Copilot
    • OpenAI® Codex
    • Gemini™ CLI
    • Amp

Get Started with MATLAB Agentic Toolkit

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.

Install MATLAB Agentic Toolkit

Follow these steps to set up the MATLAB Agentic Toolkit.

  1. To download the installer, click agenticToolkitInstaller.mltbx.
  2. Open the downloaded file with MATLAB to install the installer add-on.
  3. In MATLAB, run this command.
setupAgenticToolkit("install")
  1. Install only the skill groups relevant to your work. This helps your agent reliably trigger the right skills. To add more skill groups later, re-run the installer.
  2. By default, your agent creates a new MATLAB session when you call it. To connect your agent to the existing MATLAB session, run this command in the MATLAB command window.
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.

Verify

Ask your agent:

What version of MATLAB is running? List the installed toolboxes.

Run and Test MATLAB Code Using MCP Tools

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 doTool used by agent
Run MATLAB code and return command window outputevaluate_matlab_code
Run a MATLAB programrun_matlab_file
Run tests via runtests with structured resultsrun_matlab_test_file
Static analysis with the Code Analyzercheck_matlab_code
List installed MATLAB version and toolboxesdetect_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.

Run MATLAB Workflows Using Agent Skills

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:

MATLAB Skills

Skill GroupDescription
MATLAB CoreCreate, debug, test, review, and manage MATLAB code and installations
MATLAB App BuildingBuild MATLAB apps programmatically using UI components, layouts, callbacks, and web integration
MATLAB Data Import and AnalysisImport, export, and analyze data in MATLAB using tables, timetables, filtering, aggregation, and time-series operations
MATLAB Environment and SettingsDiff MATLAB settings between releases and migrate startup scripts to correct setting paths
MATLAB External Language InterfacesCall Python® libraries from MATLAB and upgrade MEX files to the interleaved complex API
MATLAB ProgrammingWrite robust MATLAB functions with validated inputs
MATLAB Software DevelopmentModernize legacy code, optimize performance and memory, document and create toolboxes, create projects, and develop build plans

Toolbox Skills

Skill GroupSupported Products
AerospaceAerospace Toolbox™
AI and StatisticsCurve Fitting Toolbox™, Deep Learning Toolbox™, and Statistics and Machine Learning Toolbox™
AutomotiveAutomated Driving Toolbox™, RoadRunner, and RoadRunner Scene Builder
Cloud SolutionsMATLAB Drive™
Code GenerationEmbedded Coder™, Fixed-Point Designer™, GPU Coder™, and MATLAB Coder™
Computational BiologySimBiology™
Computational FinanceDatafeed Toolbox™ and Spreadsheet Link™
Control SystemsPredictive Maintenance Toolbox™
Image Processing and Computer VisionImage Processing Toolbox™, Computer Vision Toolbox™, Lidar Toolbox™, and Medical Imaging Toolbox™
Math and OptimizationOptimization Toolbox™ and PDE Toolbox™
Parallel ComputingParallel Computing Toolbox™ and MATLAB Parallel Server™
RadarPhased Array System Toolbox™, Sensor Fusion and Tracking Toolbox™, and Mapping Toolbox™
Reporting and Database AccessDatabase Toolbox™, MATLAB Report Generator™, and Simulink Report Generator™
RF and Mixed SignalAntenna Toolbox™, Mixed-Signal Blockset™, RF Toolbox™, RF PCB Toolbox™, and SerDes Toolbox™
Robotics and Autonomous SystemsNavigation Toolbox™, UAV Toolbox™, and Robotics System Toolbox™
Signal ProcessingAudio Toolbox™, DSP HDL Toolbox™, DSP System Toolbox™, Signal Processing Toolbox™, and Wavelet Toolbox™
Test and MeasurementData Acquisition Toolbox™, Image Acquisition Toolbox™, Industrial Communication Toolbox™, MATLAB Support Package for Arduino Hardware™, and Vehicle Network Toolbox™
Wireless CommunicationsCommunications Toolbox™, 5G Toolbox™, WLAN Toolbox™, Bluetooth® Toolbox™, Satellite Communications Toolbox™, Wireless Network Toolbox™, and Wireless Testbench™

Update MATLAB Agentic Toolkit

To update the toolkit, download the latest installer add-on by clicking agenticToolkitInstaller.mltbx. Open the downloaded file with MATLAB, and run this command in MATLAB.

setupAgenticToolkit("update")

This updates the skills, configurations, and MCP server binary for both the MATLAB and Simulink Agentic Toolkits.


Security Considerations

When using the MATLAB Agentic Toolkit and MATLAB MCP Server, you should thoroughly review and validate all tool calls before you run them. Always keep a human in the loop for important actions and only proceed once you are confident the call will do exactly what you expect. For more information, see User Interaction Model (MCP) and Security Considerations (MCP).


Data Collection

The MATLAB MCP Server collects anonymized usage data by default. For full details, see Data Collection in the MCP server documentation. To opt out, see Disable Data Collection.


Licensing and Usage

The license is available in the LICENSE.md file in this GitHub repository.

MCP servers are only permitted to be used with MATLAB in accordance with the MathWorks Software License Agreement, and must not be shared by multiple users. Contact MathWorks if you need to support shared or centralized server use.


Support and Contributions

MathWorks encourages you to use this repository and provide feedback. Pull requests are not enabled on this repository. To request technical support or submit an enhancement request, create a GitHub issue or contact technical support.


Copyright 2026 The MathWorks, Inc.


常见问题

What is matlab-agentic-toolkit?

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 945 GitHub stars.

Is matlab-agentic-toolkit safe to use?

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.

How do I install matlab-agentic-toolkit?

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).

What programming language is matlab-agentic-toolkit written in?

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.

Are there alternatives to matlab-agentic-toolkit?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情