MATLAB MCP Server
The official MathWorks MCP server. Lets an AI application start and quit MATLAB, write and run MATLAB code, run MATLAB unit tests, and statically analyse MATLAB code for style and correctness.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
detect_matlab_toolboxes— Returns information about the installed MATLAB and its toolboxes, including version numbers.check_matlab_code— Static code analysis on a MATLAB script. Returns warnings about coding style, potential errors, deprecated functions, performance issues and best-practice violations. Non-destructive, read-only; the file is not modified.evaluate_matlab_code— Evaluates a string of MATLAB code and returns the output.run_matlab_file— Executes a MATLAB script and returns the output. The script must be a valid .m file.run_matlab_test_file— Executes a MATLAB test script following MATLAB testing-framework conventions and returns comprehensive test results.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.