← Back to list

matlab-mcp
by SPkHz
Western New England University - Portfolio of Electrical Engineering Projects
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: matlab-mcp description: MATLAB MCP server + tools (single server) for executing code, sections, capturing figures, and inspecting workspace.
MATLAB MCP — Server + Tools
Single MATLAB MCP server providing both execution and helper tools (sections, workspace, figures).
Codex CLI Notes
- Stdio transport (codex-cli via dotter). Server binary:
$HOME/mcp/mcp-zotero-matlab-tools/modules/matlab-r2025b-mcp-tools/.venv/bin/matlab-mcp-server; setMATLAB_PATH/LD_LIBRARY_PATH(e.g., R2025b) accordingly. Ensure MATLAB/Runtime is available. - Tools:
execute_script,execute_script_section,get_workspace,get_script_sections,create_matlab_script.
Examples (codex-cli)
- Run section then capture figs:
get_script_sections {"script_name":"analysis.m"}→execute_script_section {"script_name":"analysis.m","section_range":[1,50],"capture_plots":true} - Inspect workspace:
get_workspace {}
Security
- Same security posture as server/tools: treat inputs as code and avoid secrets in prompts. Ensure env paths point to the R2025b runtime.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon