Skip to main content
Glama

MATLAB MCP Server

MATLAB MCP サーバー

GitHub ロゴ

皆様からの投稿を歓迎いたします。

MATLAB と AI を統合する強力な MCP サーバー。MATLAB コードの実行、自然言語記述からの MATLAB スクリプトの生成、AI アシスタン��からの MATLAB ドキュメントへの直接アクセスが可能になります。

特徴

リソース

  • matlab://documentation/getting-started URI 経由で 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 claude

1. パッケージをインストールする

npm install -g matlab-mcp-server

または、リポジトリのクローンを作成して自分でビルドすることもできます。

git clone https://github.com/username/matlab-mcp-server.git cd matlab-mcp-server npm install npm run build

2. 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.exe

  • macOS: 通常は/Applications/MATLAB_R2023b.app/bin/matlab

  • Linux: 通常は/usr/local/MATLAB/R2023b/bin/matlab

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

MseeP.ai セキュリティ評価バッジ

鍛冶屋のバッジ

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

MATLAB を AI と統合して、コードの実行、自然言語からのスクリプトの生成、MATLAB ドキュメントへのシームレスなアクセスを実現します。

  1. 皆様からの投稿を歓迎いたします。
    1. MATLAB と AI を統合する強力な MCP サーバー。MATLAB コードの実行、自然言語記述からの MATLAB スクリプトの生成、AI アシスタン��からの MATLAB ドキュメントへの直接アクセスが可能になります。
      1. 特徴
        1. リソース
        2. ツール
      2. 発達
        1. 要件
          1. インストール
            1. Smithery経由でインストール
            2. 1. パッケージをインストールする
            3. 2. cline をサーバーを使用するように設定する
            4. デバッグ

          Related MCP Servers

          • -
            security
            -
            license
            -
            quality
            Allows execution of MATLAB code from Python using the MATLAB Engine API, enabling a shared MATLAB session across multiple requests for seamless integration with Claude Desktop.
            Last updated -
            20
            MIT License
          • -
            security
            -
            license
            -
            quality
            A powerful interface for extending AI capabilities through remote control, calculations, email operations, knowledge search, and more.
            Last updated -
            40
          • A
            security
            -
            license
            A
            quality
            A simple AI development tool that helps users interact with AI through natural language commands, offering 29 tools across thinking, memory, browser, code quality, planning, and time management capabilities.
            Last updated -
            33
            3
            1
          • -
            security
            -
            license
            -
            quality
            Connects AI assistants to GitLab, allowing users to manage merge requests, view reviews, and interact with discussions through natural language queries.
            Last updated -
            9

          View all related MCP servers

          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