Simulink Agentic Toolkit

v1.0.0Coding Agentsstable

The Simulink Agentic Toolkit gives your AI agent both the tools and the expertise to work effectively with Simulink and Model-Based Design.

agent-skillsclaude-codecodex-pluginengineering-agentsgithub-copilot
Share:
379
Stars
0
Downloads
0
Weekly
0/5

What is Simulink Agentic Toolkit?

Simulink Agentic Toolkit is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to simulink agentic toolkit gives your ai agent both the tools and the expertise to work effectively with simulink and model-based design.

The Simulink Agentic Toolkit gives your AI agent both the tools and the expertise to work effectively with Simulink and Model-Based Design.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The Simulink Agentic Toolkit gives your AI agent both the to

Use Cases

Work with Simulink and Model-Based Design.
Automate engineering workflows.
Access MATLAB integration tools.
matlab

Maintainer

LicenseNOASSERTION
Languagehtml
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx simulink-agentic-toolkit

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Simulink Agentic Toolkit

The Simulink Agentic Toolkit is an MCP server that gives AI coding agents direct access to MATLAB and Simulink through seven purpose-built tools for exploring, reading, editing, checking, and testing Simulink models. It is developed by MathWorks and integrates with Claude Code, GitHub Copilot, OpenAI Codex, Gemini CLI, and Sourcegraph Amp, enabling agents to perform Model-Based Design tasks entirely through natural language. The toolkit also bundles nine agent skills covering model building, simulation, testing, requirements, and MBSE with System Composer, providing structured guidance beyond raw tool access. Installation is handled through a MATLAB Toolbox installer that sets up the MCP binary and configuration automatically.

Prerequisites

  • MATLAB R2023a or later with Simulink installed
  • A supported AI coding agent: Claude Code, GitHub Copilot, OpenAI Codex, Gemini CLI, or Sourcegraph Amp
  • agenticToolkitInstaller.mltbx downloaded from the latest GitHub release
  • Optional: Simulink Test, System Composer, Requirements Toolbox, Simscape, or Stateflow for extended skill coverage
1

Download the MATLAB Toolbox installer

Go to the Releases page of the GitHub repository and download the latest agenticToolkitInstaller.mltbx file.

2

Install the Toolbox in MATLAB

Double-click the .mltbx file in the MATLAB file browser, or drag it into the MATLAB command window, to install the Simulink Agentic Toolkit toolbox.

3

Run the automated setup

In the MATLAB command window, run setupAgenticToolkit to download the MCP server binary and configure your AI agent. Follow the interactive prompts to select your agent.

setupAgenticToolkit("install")
4

Initialize the toolkit in each MATLAB session

At the start of each MATLAB session where you want agent access, add the toolkit path and call satk_initialize to register the MCP server.

addpath("~/.matlab/agentic-toolkits/simulink")
satk_initialize
5

Open a model and verify agent access

Open any Simulink model, then ask your AI agent to describe its structure. If the MCP connection is working, the agent will return a summary of the model's blocks and connections.

open_system("f14")
6

Update or add new agents later

To update the toolkit binary or configure an additional AI agent, run the setup command with the appropriate argument.

setupAgenticToolkit("update")   % update binary
setupAgenticToolkit("configure") % add another agent

Simulink Agentic Toolkit Examples

Client configuration

The setup script writes the MCP server configuration automatically. This is the typical resulting structure in a Claude Code MCP config, with the binary installed by setupAgenticToolkit.

{
  "mcpServers": {
    "simulink-agentic-toolkit": {
      "command": "/Users/<you>/.matlab/agentic-toolkits/simulink/mcp-server",
      "args": []
    }
  }
}

Prompts to try

Example natural language tasks you can give your AI agent after opening a Simulink model in MATLAB.

- "Describe the structure of the currently open Simulink model"
- "Add a Gain block to the model and connect it between the input and the first Integrator"
- "Check the model for configuration errors or unconnected signals"
- "Run the Gherkin test suite for this model and summarize the results"
- "Inspect the solver settings and suggest changes for faster simulation"
- "Resolve the workspace variable 'Kp' to its numeric value"

Troubleshooting Simulink Agentic Toolkit

setupAgenticToolkit fails or the binary is not found

Ensure MATLAB R2023a or later is running and has internet access to download the binary. Re-run setupAgenticToolkit("update") if a previous install was incomplete. Check ~/.matlab/agentic-toolkits/simulink/ to confirm the files were downloaded.

Agent tools are not available after satk_initialize

Run satk_initialize again and check the MATLAB command window for error messages. The MCP server must be running and the client must be restarted after configuration changes. Ensure the path from addpath is correct.

model_edit or model_test tools return errors

model_test requires Simulink Test. model_edit may fail if the model is open in read-only mode or if block names conflict. Ensure the model is open and unlocked in MATLAB before invoking edit tools.

Frequently Asked Questions about Simulink Agentic Toolkit

What is Simulink Agentic Toolkit?

Simulink Agentic Toolkit is a Model Context Protocol (MCP) server that simulink agentic toolkit gives your ai agent both the tools and the expertise to work effectively with simulink and model-based design. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Simulink Agentic Toolkit?

Follow the installation instructions on the Simulink Agentic Toolkit GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Simulink Agentic Toolkit?

Simulink Agentic Toolkit works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Simulink Agentic Toolkit free to use?

Yes, Simulink Agentic Toolkit is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "simulink-agentic-toolkit": { "command": "npx", "args": ["-y", "simulink-agentic-toolkit"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Simulink Agentic Toolkit?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides