matlab-mcp-server

The MATLAB MCP server provides AI users with powerful scientific computing and data analysis capabilities. It allows users to execute MATLAB code directly in conversations, generate MATLAB scripts from natural language descriptions, and access MATLAB documentation.

GitHub Stars

40

User Rating

Not Rated

Favorites

0

Views

59

Forks

14

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

To install MATLAB MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@WilliamCloudQi/matlab-mcp-server):
bash
npx -y @smithery/cli install @WilliamCloudQi/matlab-mcp-server --client claude
bash
npm install -g matlab-mcp-server
Or clone the repository and build it yourself:
bash
git clone https://github.com/username/matlab-mcp-server.git
cd matlab-mcp-server
npm install
npm run build

Additional Resources