Skip to content
VS Code

ParaView MCP Server for VS Code

io.github.failed33/paraview-mcp-server

Control ParaView through arbitrary Python code

client:VS Code transport:stdio runtime:pypi

Install ParaView MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "paraview-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "paraview-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ParaView MCP Server in other clients