Skip to content
Cline

ParaView MCP Server for Cline

io.github.failed33/paraview-mcp-server

Control ParaView through arbitrary Python code

client:Cline transport:stdio runtime:pypi

Install ParaView MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ParaView MCP Server in other clients