npx claudepluginhub matlab/matlab-agentic-toolkitSetup and management for the MATLAB Agentic Toolkit. Detects MATLAB, installs the MCP server, registers with your AI coding agent, and verifies the environment.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Share bugs, ideas, or general feedback.
The MATLAB Agentic Toolkit brings trusted MATLAB capabilities to AI agents, making engineering and scientific workflows agent-ready.
AI coding agents are increasingly capable with MATLAB — but capability isn't expertise. Without guidance, agents reinvent what toolbox functions already provide, miss features they don't know about, and burn through extra steps that an experienced MATLAB user would skip. The MATLAB Agentic Toolkit gives your agent the knowledge and context to work efficiently from the start.
The toolkit connects your AI agent to MATLAB and equips it with expert knowledge — the workflows, conventions, and best practices to make the best use of MATLAB while minimizing token burn. Your agent learns to write idiomatic code, generate and run tests, diagnose errors, build apps, and more.
The toolkit works with today's leading AI coding agents and is designed to evolve as the landscape changes.
The toolkit has two jobs. First, it gives your agent a live connection to MATLAB — so it can run code, execute tests, and analyze results, not just read and write files. Second, it provides curated expertise (called skills) that teach your agent how an experienced MATLAB engineer would approach a task. Your agent reads the relevant skill, then uses the MATLAB connection to do the work.
The toolkit ships ready-made configurations for each supported platform. Configuration is automated for Claude Code; other platforms require manual configuration.
| Platform | Manifest | Status |
|---|---|---|
| Claude Code | .claude-plugin/marketplace.json | Tested |
| GitHub® Copilot | User-created .vscode/mcp.json | Untested |
| Cursor | .cursor-plugin/plugin.json | Untested |
| OpenAI® Codex | .codex-plugin/plugin.json | Untested |
| Sourcegraph Amp | .amp/settings.json | Untested |
| Gemini™ CLI | gemini-extension.json | Untested |
Full walkthrough: See the Getting Started guide for detailed instructions, verification steps, and troubleshooting.
Prerequisites:
The MATLAB Agentic Toolkit helps you install and configure the MATLAB MCP Core Server, or can be configured to use your existing installation.
Clone this repository. Launch Claude Code from the repository root folder.
git clone https://github.com/matlab/matlab-agentic-toolkit.git
cd matlab-agentic-toolkit
claude
Ask Claude to "set up the toolkit". It finds MATLAB, installs the MCP server, registers the plugin, and verifies the environment. Once complete, start a new Claude Code session in any project directory — MATLAB skills and MCP tools are available everywhere.
Any agent that supports MCP can use the toolkit. Install the MATLAB MCP Core Server binary and point your agent's MCP configuration at it:
{
"command": "/path/to/matlab-mcp-core-server"
}
For skills, point your agent at skills-catalog/matlab-core/ (domain skills). Each skill is a self-contained SKILL.md.
See the Getting Started guide for platform-specific instructions, manual MCP server installation, and how to add skills to an existing MCP setup.
Ask your agent:
What version of MATLAB is running? List the installed toolboxes.
Provided by the MATLAB MCP Core Server:
| Tool | What your agent can do |
|---|---|
evaluate_matlab_code | Run MATLAB code and return command window output |
run_matlab_file | Run a MATLAB program |
run_matlab_test_file | Run tests via runtests with structured results |
check_matlab_code | Static analysis with the Code Analyzer |
detect_matlab_toolboxes | List installed MATLAB version and toolboxes |
The server also provides two MCP resources: matlab_coding_guidelines (coding standards) and plain_text_live_code_guidelines (Live Script format rules).
Skills are organized in the skills catalog.
Toolkit — setup and configuration:
| Skill | What it teaches your agent |
|---|---|
matlab-agentic-toolkit-setup | Install and configure the toolkit — detect MATLAB, install MCP server, register plugin |
matlab-core — foundational MATLAB skills: