ParaView MCP Server
Rank #5,580io.github.failed33/paraview-mcp-server
Control ParaView through arbitrary Python code
ParaView MCP Server is a Model Context Protocol (MCP) server published by failed33. It ranks #5,580 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ParaView MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 28, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 126,466 of 132,046 servers on MCP Toplist.
Use ParaView MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add paraview-mcp-server -- uvx paraview-mcp-server[mcp_servers.paraview-mcp-server]
command = "uvx"
args = ["paraview-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"paraview-mcp-server": {
"command": "uvx",
"args": [
"paraview-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"paraview-mcp-server": {
"command": "uvx",
"args": [
"paraview-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"paraview-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"paraview-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"paraview-mcp-server": {
"command": "uvx",
"args": [
"paraview-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"paraview-mcp-server": {
"command": "uvx",
"args": [
"paraview-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.failed33%2Fparaview-mcp-server)<a href="https://mcptoplist.com/server/io.github.failed33%2Fparaview-mcp-server"><img src="https://mcptoplist.com/badge/io.github.failed33%2Fparaview-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
failed33
Available versions (6)
| Version | Published |
|---|---|
| 0.2.3 | Aug 14, 2026 |
| 0.2.2 | Aug 14, 2026 |
| 0.2.1 | Aug 14, 2026 |
| 0.2.0 | Mar 2, 2026 |
| 0.1.5 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ParaView MCP Server?
- ParaView MCP Server is maintained by failed33, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is ParaView MCP Server listed on the Official MCP Registry?
- Yes — ParaView MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ParaView MCP Server have?
- MCP Toplist tracks 6 versions of ParaView MCP Server, most recently published on Aug 14, 2026.
- Where can I find the source code for ParaView MCP Server?
- The source code for ParaView MCP Server is hosted at github.com/failed33/paraview-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.