CLIO Paraview
Rank #24,466io.github.iowarp/paraview-mcp
MCP server for ParaView scientific visualization
CLIO Paraview is a Model Context Protocol (MCP) server published by iowarp. It ranks #24,466 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. CLIO Paraview is listed on Official MCP, with 4 tracked versions. It was first listed on Nov 16, 2025 and most recently updated on Jun 8, 2026.
Ranks ahead of 90,994 of 115,460 servers on MCP Toplist.
Use CLIO Paraview
claude mcp add paraview-mcp -- uvx clio-kit[mcp_servers.paraview-mcp]
command = "uvx"
args = ["clio-kit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"paraview-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"paraview-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"paraview-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"paraview-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"paraview-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}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.iowarp%2Fparaview-mcp)<a href="https://mcptoplist.com/server/io.github.iowarp%2Fparaview-mcp"><img src="https://mcptoplist.com/badge/io.github.iowarp%2Fparaview-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iowarp
Available versions (4)
| Version | Published |
|---|---|
| 2.2.1 | Jun 8, 2026 |
| 2.0.1 | Feb 23, 2026 |
| 1.0.0 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains CLIO Paraview?
- CLIO Paraview is maintained by iowarp, which publishes 25 MCP servers (79 total versions) tracked on MCP Toplist.
- Is CLIO Paraview listed on the Official MCP Registry?
- Yes — CLIO Paraview is listed on the Official MCP Registry.
- How many versions does CLIO Paraview have?
- MCP Toplist tracks 4 versions of CLIO Paraview, most recently published on Jun 8, 2026.
- Where can I find the source code for CLIO Paraview?
- The source code for CLIO Paraview is hosted at github.com/iowarp/clio-kit.