🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

paraview-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paraview-mcp-server

ParaView integration through the Model Context Protocol

pipPyPI
Version
0.2.0
Weekly downloads
54
Maintainers
1

ParaView MCP Server

This package is the external FastMCP server that talks to the ParaView MCP client plugin over TCP.

It expects the ParaView-side C++ plugin to be loaded and listening first.

Requirements

  • Python >=3.13
  • mcp[cli]>=1.26.0,<2

Install

Run without installing (recommended):

uvx paraview-mcp-server

Or install from PyPI:

pip install paraview-mcp-server

For development, install in editable mode from the repository:

cd Wrapping/Python/MCPServer
uv sync

Environment Optional Configurations

  • PARAVIEW_HOST defaults to 127.0.0.1 -> set this for remote connections
  • PARAVIEW_PORT defaults to 9877
  • PARAVIEW_AUTH_TOKEN is required for non-loopback targets

Bridge Protocol

The server speaks protocol version 2 to the ParaView plugin and sends:

  • hello
  • ping
  • execute_python
  • inspect_pipeline
  • capture_screenshot

The public MCP tools remain:

  • execute_paraview_code
  • get_pipeline_info
  • get_screenshot

Run

paraview-mcp-server

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts