MATLAB MCP Server
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# MATLAB MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/matlab/matlab-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add matlab -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "matlab-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }