MATLAB MCP Server
MATLAB MCP Server

Wir freuen uns über Beiträge von allen.
Related MCP server: MATLAB MCP Tool
Ein leistungsstarker MCP-Server, der MATLAB mit KI integriert, sodass Sie MATLAB-Code ausführen, MATLAB-Skripte aus Beschreibungen in natürlicher Sprache generieren und direkt über Ihren KI-Assistenten auf die MATLAB-Dokumentation zugreifen können.
Merkmale
Ressourcen
Greifen Sie über die URI
matlab://documentation/getting-startedauf die MATLAB-Dokumentation zu.Erste Schritte mit Beispielen und Gebrauchsanweisungen
Werkzeuge
execute_matlab_code- MATLAB-Code ausführen und Ergebnisse erhaltenFühren Sie beliebige MATLAB-Befehle oder -Skripte aus
Option zum Speichern von Skripten zur späteren Verwendung
Sehen Sie sich die Ausgabe direkt in Ihrer Konversation an
generate_matlab_code- MATLAB-Code aus natürlicher Sprache generierenBeschreiben Sie in einfacher Sprache, was Sie erreichen möchten
Erhalten Sie als Antwort ausführbaren MATLAB-Code
Option zum Speichern generierter Skripte
Entwicklung
Installieren Sie Abhängigkeiten:
npm installErstellen Sie den Server:
npm run buildFür die Entwicklung mit automatischem Rebuild:
npm run watchAnforderungen
MATLAB auf Ihrem System installiert
Node.js (v14 oder höher)
Installation
Installation über Smithery
So installieren Sie MATLAB MCP Server für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @WilliamCloudQi/matlab-mcp-server --client claude1. Installieren Sie das Paket
npm install -g matlab-mcp-serverOder klonen Sie das Repository und erstellen Sie es selbst:
git clone https://github.com/username/matlab-mcp-server.git
cd matlab-mcp-server
npm install
npm run build2. Konfigurieren Sie Cline für die Verwendung des Servers
Zur Verwendung mit cline fügen Sie die Serverkonfiguration hinzu:
Unter MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Unter 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": []
}
}
}Ersetzen Sie /path/to/matlab/executable durch den Pfad zu Ihrer ausführbaren MATLAB-Datei:
Windows: Normalerweise
C:\\Program Files\\MATLAB\\R2023b\\bin\\matlab.exemacOS: Normalerweise
/Applications/MATLAB_R2023b.app/bin/matlabLinux: Normalerweise
/usr/local/MATLAB/R2023b/bin/matlab
Debuggen
Da MCP-Server über stdio kommunizieren, kann das Debuggen eine Herausforderung darstellen. Wir empfehlen die Verwendung des MCP Inspector , der als Paketskript verfügbar ist:
npm run inspectorDer Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.
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