ParaView MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 2 Mar 2026.
Control ParaView through arbitrary Python code
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add paraview-mcp-server -- uvx paraview-mcp-server
{
"mcpServers": {
"paraview-mcp-server": {
"args": [
"paraview-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.paraview-mcp-server]
command = "uvx"
args = ["paraview-mcp-server"]
{
"mcpServers": {
"paraview-mcp-server": {
"args": [
"paraview-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"paraview-mcp-server": {
"args": [
"paraview-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.