Odel
ParaView MCP Server

ParaView MCP Server

Local
@failed333PythonMITUpdated 2 days ago

Control ParaView through arbitrary Python code

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIparaview-mcp-serverv0.2.3

Run

uvx paraview-mcp-server

MCP client config

{
  "mcpServers": {
    "paraview-mcp-server": {
      "command": "uvx",
      "args": [
        "paraview-mcp-server"
      ]
    }
  }
}