This Model Context Protocol (MCP) server provides integration with MATLAB, allowing you to create and execute MATLAB scripts and functions through
Matlab mcp mcp server lets Claude, Cursor and other MCP clients work with Matlab MCP directly. This Model Context Protocol (MCP) server provides integration with MATLAB, allowing you to create and execute MATLAB scripts and functions through Claude or other MCP clients.
This Model Context Protocol (MCP) server provides integration with MATLAB, allowing you to create and execute MATLAB scripts and functions through Claude or other MCP clients.
Once connected, the assistant can call these 4 tools directly:
matlab_server.py — The main MCP server implementationpyproject.toml — Python project configurationMATLAB_PATH — Path to your MATLAB installationDefault — /Applications/MATLAB_R2024a.appSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads one environment variable: MATLAB_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
File and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Matlab MCP sits in that group, and the shape of its toolset — matlab_server.py, pyproject.toml, MATLAB_PATH among others — tells you what it is really for. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| matlab_server.py | The main MCP server implementation |
| pyproject.toml | Python project configuration |
| MATLAB_PATH | Path to your MATLAB installation |
| Default | /Applications/MATLAB_R2024a.app |
| Variable | Description | Required |
|---|---|---|
| MATLAB_PATH | Filesystem location the server is allowed to use. | Optional |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.