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.
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx matlab-mcp-server-pythonAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add matlab-mcp-server-pythonAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use HanSur94/matlab-mcp-server-python directly without routing
uvx matlab-mcp-server-pythonNew to Agent-CoreX? View setup guide →