MCP Directory

HanSur94/matlab-mcp-server-python

GitHub
Developer Tools

Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx matlab-mcp-server-python

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from HanSur94/matlab-mcp-server-python your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "matlab-mcp-server-python": {
      "command": "uvx",
      "args": [
        "matlab-mcp-server-python"
      ]
    }
  }
}

Route HanSur94/matlab-mcp-server-python intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add matlab-mcp-server-python

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use HanSur94/matlab-mcp-server-python directly without routing

uvx matlab-mcp-server-python

New to Agent-CoreX? View setup guide →

HanSur94/matlab-mcp-server-python MCP Server — Agent-CoreX