Skip to content
Windsurf

ParaView MCP Server for Windsurf

io.github.failed33/paraview-mcp-server

Control ParaView through arbitrary Python code

client:Windsurf transport:stdio runtime:pypi

Install ParaView MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ParaView MCP Server in other clients