MATLAB MCP Server
Servidor MATLAB MCP

Agradecemos las contribuciones de todos.
Related MCP server: MATLAB MCP Tool
Un potente servidor MCP que integra MATLAB con IA, lo que le permite ejecutar código MATLAB, generar scripts de MATLAB a partir de descripciones en lenguaje natural y acceder a la documentación de MATLAB directamente a través de su asistente de IA.
Características
Recursos
Acceda a la documentación de MATLAB a través del URI
matlab://documentation/getting-startedGuía de inicio con ejemplos e instrucciones de uso
Herramientas
execute_matlab_code- Ejecutar código MATLAB y obtener resultadosEjecute cualquier comando o script de MATLAB
Opción para guardar scripts para referencia futura
Vea el resultado directamente en su conversación
generate_matlab_code- Generar código MATLAB a partir de lenguaje naturalDescribe lo que quieres lograr en un lenguaje sencillo.
Obtenga el código MATLAB ejecutable en respuesta
Opción para guardar scripts generados
Desarrollo
Instalar dependencias:
npm installConstruir el servidor:
npm run buildPara desarrollo con reconstrucción automática:
npm run watchRequisitos
MATLAB instalado en su sistema
Node.js (v14 o superior)
Instalación
Instalación mediante herrería
Para instalar MATLAB MCP Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @WilliamCloudQi/matlab-mcp-server --client claude1. Instalar el paquete
npm install -g matlab-mcp-serverO clonar el repositorio y construirlo usted mismo:
git clone https://github.com/username/matlab-mcp-server.git
cd matlab-mcp-server
npm install
npm run build2. Configurar cline para usar el servidor
Para usar con cline, agregue la configuración del servidor:
En MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"matlab-server": {
"command": "node",
"args": ["/path/to/matlab-server/build/index.js"],
"env": {
"MATLAB_PATH": "/path/to/matlab/executable"
},
"disabled": false,
"autoApprove": []
}
}
}Reemplace /path/to/matlab/executable con la ruta a su ejecutable de MATLAB:
Windows: generalmente
C:\\Program Files\\MATLAB\\R2023b\\bin\\matlab.exemacOS: Generalmente
/Applications/MATLAB_R2023b.app/bin/matlabLinux: generalmente
/usr/local/MATLAB/R2023b/bin/matlab
Depuración
Dado que los servidores MCP se comunican a través de stdio, la depuración puede ser complicada. Recomendamos usar el Inspector MCP , disponible como script de paquete:
npm run inspectorEl Inspector proporcionará una URL para acceder a las herramientas de depuración en su navegador.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAllows interaction with MATLAB by creating and executing scripts and functions through Claude or other MCP clients, supporting script management and execution result retrieval with environment configuration capabilities.39
- AlicenseNot gradedqualityDmaintenanceEnables interactive MATLAB development by allowing users to execute scripts and specific code sections, manage workspace variables, and capture generated plots. It integrates with the MATLAB Python Engine to provide persistent execution context for MCP-compatible clients.18BSD 3-Clause
- AlicenseAqualityAmaintenanceMCP server that connects any AI agent to MATLAB — execute code, async jobs, interactive Plotly plots, custom tools, and monitoring dashboard205MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to control MATLAB Simulink models through natural language, providing tools for model creation, block management, wiring, simulation, and more via a local MCP backend.3MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WilliamCloudQi/matlab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server