HanSur94/matlab-mcp-server-python
Overview
A Python MCP server connecting AI agents to MATLAB, enabling code execution, async jobs with progress reporting, interactive Plotly plots, custom .m function exposure, and live monitoring via a dashboard.
Capabilities
- • stdio transport support
- • network transport options
- • github integration
- • mcp client integration
- • workflow automation support
Best For
Python MCP server for connecting AI agents to MATLAB, supporting code execution, async jobs, and interactive visualizations.
Decision Snapshot
Install
available
Usage
available
Docs
3 links
Config
8 strong hints
Capabilities
5 key capabilities detected
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 4/11/2026
Installation / Setup
# Install MATLAB Engine API (from your MATLAB installation) && cd /Applications/MATLAB_R2024a.app/extern/engines/python # macOS && # cd "C:\Program Files\MATLAB\R2024a\extern\engines\python" # Windows && pip install .
Usage
{ && "mcpServers": { && "matlab": { && "command": "matlab-mcp"Features
- • stdio transport support
- • network transport options
- • github integration
- • mcp client integration
- • workflow automation support
Use Cases
- • Supports capabilities such as: stdio transport support; network transport options; github integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "matlab": { && "command": "matlab-mcp"
Notes / Requirements
- • Primary language: Python
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mavdol/capsule/mcp-server
A tool to run untrusted Python and JavaScript code within WebAssembly sandboxes.
pydantic/pydantic-ai/mcp-run-python
A tool to run Python code in a secure sandbox via MCP tool calls.
ckanthony/openapi-mcp
A Dockerized MCP server enabling AI agents to access APIs using existing OpenAPI documentation, with support for schema generation, secure API key management, and operation filtering.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.