Skip to content

ParaView MCP Server for Zed

io.github.failed33/paraview-mcp-server

Control ParaView through arbitrary Python code

client:Zed transport:stdio runtime:pypi

Install ParaView MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ParaView MCP Server in other clients