Skip to main content

Plot MCP

← Back to MCPs
📈

Plot

Data Processingv1.0.0

Plot MCP is a Model Context Protocol server that enables LLMs to create professional data visualizations from CSV and Excel files with intelligent data processing capabilities. The server automatically handles data cleaning, type inference, and missing value processing while supporting multiple visualization types including line plots, bar charts, scatter plots, histograms, and correlation heatmaps.

Keywords: MCP, plotting, visualization, analytics, matplotlib, seaborn, data-science
License: MIT

Installation

{
"mcpServers": {
"plot-mcp": {
"command": "uvx",
"args": ["iowarp-mcps", "plot"]
}
}
}