MATLAB MCP 서버
우리는 모든 분들의 기여를 환영합니다.
MATLAB와 AI를 통합하는 강력한 MCP 서버로, MATLAB 코드를 실행하고, 자연어 설명에서 MATLAB 스크립트를 생성하고, AI 어시스턴트를 통해 MATLAB 문서에 직접 액세스할 수 있습니다.
특징
자원
matlab://documentation/getting-started
URI를 통해 MATLAB 설명서에 액세스하세요.- 예제와 사용 지침이 포함된 시작 가이드
도구
execute_matlab_code
- MATLAB 코드를 실행하고 결과를 얻습니다.- MATLAB 명령이나 스크립트를 실행합니다.
- 나중에 참조할 수 있도록 스크립트를 저장하는 옵션
- 대화에서 직접 출력을 확인하세요
generate_matlab_code
- 자연어에서 MATLAB 코드 생성- 당신이 성취하고자 하는 바를 평범한 언어로 설명하세요
- 응답으로 실행 가능한 MATLAB 코드 가져오기
- 생성된 스크립트를 저장하는 옵션
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
요구 사항
- 시스템에 MATLAB 설치
- Node.js(v14 이상)
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 MATLAB MCP 서버를 자동으로 설치하려면:
1. 패키지 설치
또는 저장소를 복제하여 직접 빌드하세요.
2. 서버를 사용하도록 cline을 구성합니다.
cline과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
/path/to/matlab/executable
MATLAB 실행 파일의 경로로 바꾸세요.
- Windows: 일반적으로
C:\\Program Files\\MATLAB\\R2023b\\bin\\matlab.exe
- macOS: 일반적으로
/Applications/MATLAB_R2023b.app/bin/matlab
- Linux: 일반적으로
/usr/local/MATLAB/R2023b/bin/matlab
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
MATLAB를 AI와 통합하여 코드를 실행하고, 자연어로부터 스크립트를 생성하고, MATLAB 문서에 원활하게 액세스할 수 있습니다.
- 우리는 모든 분들의 기여를 환영합니다.
- MATLAB와 AI를 통합하는 강력한 MCP 서버로, MATLAB 코드를 실행하고, 자연어 설명에서 MATLAB 스크립트를 생성하고, AI 어시스턴트를 통해 MATLAB 문서에 직접 액세스할 수 있습니다.
- 특징
- 개발
- 요구 사항
- 설치
Related Resources
Related MCP Servers
- -securityFlicense-qualityAllows 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.Last updated -10Python
- -securityFlicense-qualityA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated -7TypeScript
- -securityAlicense-qualityWord document reading and writing MCP implemented in Node.jsLast updated -645TypeScriptMIT License
- AsecurityFlicenseAqualityAI-driven tool that helps developers create beautiful UI components instantly through natural language descriptions, integrating with popular IDEs like Cursor, Windsurf, and VSCode.Last updated -31