Skip to content
Cursor

ParaView MCP Server for Cursor

io.github.failed33/paraview-mcp-server

Control ParaView through arbitrary Python code

client:Cursor transport:stdio runtime:pypi

Install ParaView MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ParaView MCP Server in other clients