Labsco
WilliamCloudQi logo

MATLAB MCP Server

โ˜… 55

from WilliamCloudQi

Integrates MATLAB with AI to execute code, generate scripts from natural language, and access documentation.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

MATLAB MCP Server

GitHub Logo

We welcome contributions from everyone.

A powerful MCP server that integrates MATLAB with AI, allowing you to execute MATLAB code, generate MATLAB scripts from natural language descriptions, and access MATLAB documentation directly through your AI assistant.

<a href="https://glama.ai/mcp/servers/t3mmsdxvmd"> <img width="380" height="200" src="https://glama.ai/mcp/servers/t3mmsdxvmd/badge" alt="MATLAB Server MCP server" /> </a>

Features

Resources

  • Access MATLAB documentation via matlab://documentation/getting-started URI
  • Get started guide with examples and usage instructions

Tools

  • execute_matlab_code - Execute MATLAB code and get results

    • Run any MATLAB commands or scripts
    • Option to save scripts for future reference
    • View output directly in your conversation
  • generate_matlab_code - Generate MATLAB code from natural language

    • Describe what you want to accomplish in plain language
    • Get executable MATLAB code in response
    • Option to save generated scripts

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch