Best for
- Researchers who need efficient creation of standard charts in their workflows
- Users who want to generate plots from CSV/Excel data quickly without writing custom plotting code
This server focuses on file-based plotting and is suitable for simple visualizations. Its capabilities are limited to the seven tools listed; it does not include data wrangling or advanced interactivity. It runs over stdio.
CLIO Plot is an MCP server offering advanced data visualization capabilities from CSV or Excel data. It generates line plots, bar charts, scatter plots, histograms, correlation heatmaps, and multi-series time-series line charts with customizable styling. Additionally, it can return schema, column types, and summary statistics of data files. This server is part of CLIO Kit, IoWarp's AI tooling layer for scientific computing.
Install the CLIO Kit tool via uv: first run 'uv tool install clio-kit==2.4.3' (or a newer release), then run 'uv tool update-shell' to expose the tool directory on PATH. Afterwards, launch the server with 'clio-kit mcp-server plot'.