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 코드 가져오기
생성된 스크립트를 저장하는 옵션
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
npm run build자동 재빌드를 사용한 개발의 경우:
npm run watch요구 사항
시스템에 MATLAB 설치
Node.js(v14 이상)
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 MATLAB MCP 서버를 자동으로 설치하려면:
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