MCP server for ParaView scientific visualization
This is a comprehensive scientific computing toolkit with 16 MCP servers for HPC and research workflows. The codebase shows good security practices with environment variable usage for credentials and proper file handling. While some servers require network access and file system permissions, these are appropriate for their scientific computing purposes. Supply chain analysis found 11 known vulnerabilities in dependencies (4 critical, 5 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 16 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-iowarp-paraview-mcp": {
"args": [
"clio-agentic-search"
],
"command": "uvx"
}
}
}From the project's GitHub README.
CLIO Kit - Part of the IoWarp platform's tooling layer for AI agents. A comprehensive collection of tools, skills, plugins, and extensions. Currently featuring 15+ Model Context Protocol (MCP) servers for scientific computing, with plans to expand to additional agent capabilities. Enables AI agents to interact with HPC resources, scientific data formats, and research datasets.
Chat with us on Zulip or join us
Developed by Gnosis Research Center
Working with scientific data and HPC resources requires manual scripting and tool-specific knowledge:
AI agents handle scientific computing tasks through natural language:
One unified interface. 16 MCP servers. Hybrid search engine. 150+ specialized tools. Built for research.
CLIO Kit is part of the IoWarp platform's comprehensive tooling ecosystem for AI agents. It brings AI assistance to your scientific computing workflow—whether you're analyzing terabytes of HDF5 data, managing Slurm jobs across clusters, or exploring research papers. Built by researchers, for researchers, at Illinois Institute of Technology with NSF support.
Part of IoWarp Platform: CLIO Kit is the tooling layer of the IoWarp platform, providing skills, plugins, and extensions for AI agents working in scientific computing environments.
One simple command. Production-ready, fully typed, MIT licensed, and beta-tested in real HPC environments.
# List all 16 available MCP servers
uvx clio-kit mcp-servers
# Run any server instantly
uvx clio-kit mcp-server hdf5
uvx clio-kit mcp-server pandas
uvx clio-kit mcp-server slurm
# Agentic search — hybrid retrieval for scientific corpora
uvx clio-kit search serve # Start search API server
uvx clio-kit search query --namespace local_fs --q "pressure > 200 kPa"
# AI prompts also available
uvx clio-kit prompts # List all prompts
uvx clio-kit prompt code-coverage-prompt # Use a prompt
Add to your Cursor ~/.cursor/mcp.json:
{
"mcpServers": {
"hdf5-mcp": {
"command": "uvx",
"args": ["clio-kit", "mcp-server", "hdf5"]
},
"pandas-mcp": {
"command": "uvx",
"args": ["clio-kit", "mcp-server", "pandas"]
},
"slurm-mcp": {
"command": "uvx",
"args": ["clio-kit", "mcp-server", "slurm"]
}
}
}
See Cursor MCP docs for more info.
# Add HDF5 MCP
claude mcp add hdf5-mcp -- uvx clio-kit mcp-server hdf5
# Add Pandas MCP
claude mcp add pandas-mcp -- uvx clio-kit mcp-server pandas
# Add Slurm MCP
claude mcp add slurm-mcp -- uvx clio-kit mcp-server slurm
See Claude Code MCP docs for more info.
Add to your VS Code MCP config:
"mcp": {
"servers": {
"hdf5-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["clio-kit", "mcp-server", "hdf5"]
},
"pandas-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["clio-kit", "mcp-server", "pandas"]
}
}
}
See VS Code MCP docs for more info.
Edit claude_desktop_config.json:
{
"mcpServers": {
"hdf5-mcp": {
"command": "uvx",
"args": ["clio-kit", "mcp-server", "hdf5"]
},
"arxiv-mcp": {
"command": "uvx",
"args": ["clio-kit", "mcp-server", "arxiv"]
}
}
}
See Claude Desktop MCP docs for more info.
| 📦 Package | 📌 Ver | 🔧 System | 📋 Description | ⚡ Install Command |
|---|---|---|---|---|
adios | 2.0.1 | Data I/O | Read data using ADIOS2 engine | uvx clio-kit mcp-server adios |
arxiv | 2.0.1 | Research | Fetch research papers from ArXiv | uvx clio-kit mcp-server arxiv |
chronolog | 2.0.1 | Logging | Log and retrieve data from ChronoLog | uvx clio-kit mcp-server chronolog |
compression | 2.0.1 | Utilities | File compression with gzip | uvx clio-kit mcp-server compression |
darshan | 2.0.1 | Performance | I/O performance trace analysis | uvx clio-kit mcp-server darshan |
hdf5 | 2.0.1 | Data I/O | HPC-optimized scientific data with 27 tools, AI insights, caching, streaming | uvx clio-kit mcp-server hdf5 |
jarvis | 2.0.1 | Workflow | Data pipeline lifecycle management | uvx clio-kit mcp-server jarvis |
lmod | 2.0.1 | Environment | Environment module management | uvx clio-kit mcp-server lmod |
ndp | 2.0.1 | Data Protocol | Search and discover datasets across CKAN instances | uvx clio-kit mcp-server ndp |
node-hardware | 2.0.1 | System | System hardware information | uvx clio-kit mcp-server node-hardware |
pandas | 2.0.1 | Data Analysis | CSV data loading and filtering | uvx clio-kit mcp-server pandas |
parallel-sort | 2.0.1 | Computing | Large file sorting | uvx clio-kit mcp-server parallel-sort |
paraview | 2.0.1 | Visualization | Scientific 3D visualization and analysis | uvx clio-kit mcp-server paraview |
parquet | 2.0.1 | Data I/O | Read Parquet file columns | uvx clio-kit mcp-server parquet |
plot | 2.0.1 | Visualization | Generate plots from CSV data | uvx clio-kit mcp-server plot |
slurm | 2.0.1 | HPC | Job submission and management | uvx clio-kit mcp-server slurm |
Hybrid retrieval engine for scientific corpora — combines lexical (BM25), vector, graph, and scientific search (numeric range, unit matching, formula targeting) over namespaced document collections. DuckDB storage, FastAPI, async job queue, OpenTelemetry tracing, Prometheus metrics.
# Start the search API server
uvx clio-kit search serve
# Index documents from a namespace
uvx clio-kit search index --namespace local_fs
# Query with scientific operators
uvx clio-kit search query --namespace local_fs --q "pressure between 190 and 360 kPa"
# List indexed documents
uvx clio-kit search list --namespace local_fs
API endpoints: /query, /jobs/index, /documents, /health, /metrics — full docs
"What datasets are in climate_simulation.h5? Show me the temperature field structure and read the first 100 timesteps."
Tools used: open_file, analyze_dataset_structure, read_partial_dataset, list_attributes
"Submit simulation.py to Slurm with 32 cores, 64GB memory, 24-hour runtime. Monitor progress and retrieve output when complete."
Tools used: submit_slurm_job, check_job_status, get_job_output
"Find the latest papers on diffusion models from ArXiv, get details on the top 3, and export citations to BibTeX."
Tools used: search_arxiv, get_paper_details, export_to_bibtex, download_paper_pdf
"Load sales_data.csv, clean missing values, compute statistics by region, and save as Parquet with compression."
Tools used: load_data, handle_missing_data, groupby_operations, save_data
"Create a line plot showing temperature trends over time from weather.csv with proper axis labels."
Tools used: line_plot, data_info
"Find all chunks mentioning pressure above 200 kPa in the local_fs namespace."
CLI: uvx clio-kit search query --namespace local_fs --q "pressure > 200 kPa"
If uvx clio-kit mcp-server <server-name> fails:
# Verify server name is correct
uvx clio-kit mcp-servers
# Common names: hdf5, pandas, slurm, arxiv (not hdf5-mcp, pandas-mcp)
For development or local testing:
cd clio-kit-mcp-servers/hdf5
uv sync --all-extras --dev
uv run hdf5-mcp
Install uv package manager:
# Linux/macOS
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Or via pip
pip install uv
NSF (National Science Foundation) - Supporting scientific computing research and AI integration initiatives
we welcome more sponsorships. please contact the Principal Investigator
Full Guide: CONTRIBUTING.md
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.