MATLAB MCP Server
MATLAB MCP サーバー

皆様からの投稿を歓迎いたします。
Related MCP server: MATLAB MCP Tool
MATLAB と AI を統合する強力な MCP サーバー。MATLAB コードの実行、自然言語記述からの MATLAB スクリプトの生成、AI アシスタントからの MATLAB ドキュメントへの直接アクセスが可能になります。
特徴
リソース
matlab://documentation/getting-startedURI 経由で MATLAB ドキュメントにアクセスします。例と使用方法の説明を含むスタートガイド
ツール
execute_matlab_code- MATLAB コードを実行して結果を取得するMATLABコマンドまたはスクリプトを実行する
将来の参照用にスクリプトを保存するオプション
会話内で直接出力を表示する
generate_matlab_code- 自然言語からMATLABコードを生成する達成したいことを分かりやすい言葉で説明してください
応答として実行可能なMATLABコードを取得する
生成されたスクリプトを保存するオプション
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watch要件
システムにMATLABがインストールされている
Node.js (v14以上)
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MATLAB MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @WilliamCloudQi/matlab-mcp-server --client claude1. パッケージをインストールする
npm install -g matlab-mcp-serverまたは、リポジトリのクローンを作成して自分でビルドすることもできます。
git clone https://github.com/username/matlab-mcp-server.git
cd matlab-mcp-server
npm install
npm run build2. cline をサーバーを使用するように設定する
cline で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json 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": []
}
}
}/path/to/matlab/executable MATLAB 実行ファイルへのパスに置き換えます。
Windows: 通常は
C:\\Program Files\\MATLAB\\R2023b\\bin\\matlab.exemacOS: 通常は
/Applications/MATLAB_R2023b.app/bin/matlabLinux: 通常は
/usr/local/MATLAB/R2023b/bin/matlab
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
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