Skip to main content
Glama

Paraview_MCP

ParaView-MCPは、マルチモーダル大規模言語モデルをModel Context Protocol(MCP)を通じてParaViewと統合する自律型エージェントです。複雑なコマンドやGUI操作の代わりに、自然言語や視覚入力を使用して科学的可視化を作成・操作できます。このシステムは、ビューポートを観察して可視化を反復的に改善する視覚的フィードバック機能を備えており、専門家以外のユーザーでも高度な可視化を利用できるようにすると同時に、インテリジェントな自動化によって専門家のワークフローを強化します。

免責事項

メインブランチおよび開発ブランチの両方において、MCPサーバーとParaView間の接続の現在の実装は、pvserverとParaViewクライアント間の同期に依存しています。この機能は最近のほとんどのParaViewバージョンで非推奨となっているため、ParaViewアプリケーションビューがpvserverインスタンスからのコンテンツを正しく表示しない場合があり、全体的な安定性の問題が発生する可能性があります。

Related MCP server: MCP LAMMPS Server

ビデオデモ

下の画像をクリックしてビデオをご覧ください:

Video Title

インストール

git clone https://github.com/LLNL/paraview_mcp.git
cd paraview_mcp

conda create -n paraview_mcp python=3.10
conda install conda-forge::paraview
conda install mcp[cli] httpx

LLMの設定

Claudeデスクトップとの統合を設定するには、claude_desktop_config.jsonに以下を追加してください。

    "mcpServers": {
      "ParaView": {
        "command": "/path/to/python",
        "args": [
        "/path/to/paraview_mcp/paraview_mcp_server.py"
        ]
      }
    }

実行方法

1. ParaViewサーバーの起動

python pvserver --multi-clients

2. ParaView GUIからParaViewサーバーに接続(ファイル -> 接続)

3. Claudeデスクトップアプリの起動


Paraview_MCPの引用

S. Liu, H. Miao, and P.-T. Bremer, “Paraview-MCP: Autonomous Visualization Agents with Direct Tool Use,” in Proc. IEEE VIS 2025 Short Papers, 2025, pp. 00

@inproceedings{liu2025paraview,
  title={Paraview-MCP: Autonomous Visualization Agents with Direct Tool Use},
  author={Liu, S. and Miao, H. and Bremer, P.-T.},
  booktitle={Proc. IEEE VIS 2025 Short Papers},
  pages={00},
  year={2025},
  organization={IEEE}
}

著者

Paraview_MCPは、Shusen Liu (liu42@llnl.gov) および Haichao Miao (miao1@llnl.gov) によって作成されました。

ライセンス

Paraview_MCPは、BSD-3ライセンスの条項に基づいて配布されています。

LLNL-CODE-2007260

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with LAMMPS for molecular dynamics simulations through natural language commands.
    14
    Apache 2.0
  • A
    license
    B
    quality
    C
    maintenance
    Viznoir empowers AI agents to directly analyze and visualize complex 3D scientific and engineering data in cinematic resolution using a fully headless VTK engine. It enables LLMs to seamlessly execute advanced physical analysis, 3D rendering, and generate publication-ready animations purely through natural language commands.
    23
    18
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Integrates GROMACS molecular dynamics simulations with VMD visualization, enabling setup, execution, analysis, and 3D visualization of molecular dynamics workflows through natural language.
    23
    MIT