Skip to main content
Glama

Paraview_MCP

ParaView-MCP는 멀티모달 대규모 언어 모델을 Model Context Protocol을 통해 ParaView와 통합하는 자율 에이전트로, 사용자가 복잡한 명령어나 GUI 작업 대신 자연어와 시각적 입력을 사용하여 과학적 시각화를 생성하고 조작할 수 있게 합니다. 이 시스템은 뷰포트를 관찰하고 시각화를 반복적으로 개선할 수 있는 시각적 피드백 기능을 갖추고 있어, 비전문가도 고급 시각화에 접근할 수 있게 하며 지능형 자동화를 통해 전문가의 워크플로우를 보강합니다.

면책 조항

메인 브랜치와 개발 브랜치 모두에서 MCP 서버와 ParaView 간의 현재 연결 구현은 pvserver와 ParaView 클라이언트 간의 동기화에 의존합니다. 이 기능은 최신 ParaView 버전 대부분에서 더 이상 사용되지 않으므로, ParaView 애플리케이션 뷰가 pvserver 인스턴스의 콘텐츠를 올바르게 표시하지 못할 수 있으며 전반적인 안정성 문제가 발생할 수 있습니다.

Related MCP server: MCP LAMMPS Server

비디오 데모

아래 이미지를 클릭하여 비디오를 시청하세요:

비디오 제목

설치

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