matlab-mcp-core-server
The MATLAB MCP Core Server allows AI applications to run MATLAB code and manage MATLAB sessions.
The MATLAB MCP Core Server is designed to integrate MATLAB with various AI applications, providing functionalities such as starting and quitting MATLAB, executing MATLAB code, and evaluating code for style and correctness. This server supports a variety of coding agents, enabling seamless interaction between MATLAB and tools like Claude Code and Visual Studio Code. With the MATLAB MCP Core Server, users can enhance their AI applications by leveraging MATLAB's powerful computational capabilities. The server is compatible with multiple operating systems, making it accessible for a wide range of developers and applications. By following the setup instructions, users can quickly install and configure the server to suit their needs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"matlab-mcp-core-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-matlab-mcp-core-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions