Csvglow
@Ratnaditya-J
Csvglow について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"csvglow": {
"command": "npx",
"args": [
"-y",
"csvglow",
"--mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Csvglow?
Csvglow generates beautiful, interactive HTML dashboards from CSV or Excel files with a single command and zero configuration. It produces a self-contained HTML file that opens in the browser, featuring auto-detected charts, multi-column narrative insights, correlations, and a sortable data table. It also functions as an MCP (Model Context Protocol) tool for AI-compatible clients and as an OpenClaw skill.
How to use Csvglow?
Install via pip install csvglow or run directly with npx (npx csvglow data.csv). Use csvglow data.csv to generate a dashboard and open it in the browser. Additional options include -o for a custom output path and --no-open to prevent auto-opening. For MCP server mode, add a configuration entry to your client’s MCP config file (e.g., .cursor/mcp.json) with "command": "npx" and "args": ["-y", "csvglow", "--mcp"] (or "command": "csvglow" if installed via pip).
Key features of Csvglow
- Smart multi-column narrative analysis with contradiction detection
- Histograms for numeric columns with stats sidebar
- Bar charts for categorical columns
- Automatic categorical × numeric cross analysis with mean lines
- Time series line charts with area fill for date columns
- Correlation heatmap and scatter plots for highly correlated pairs
Use cases of Csvglow
- Instantly visualize any CSV or Excel file as a rich dashboard
- Use as an MCP tool so an AI assistant can generate dashboards from file paths
- Embed a self-contained, offline HTML report with charts and data table
- Quickly share interactive dashboards with stakeholders (no server needed)
- Analyze large datasets (100k+ rows) with smart sampling
FAQ from Csvglow
What file formats does Csvglow support?
It supports .csv, .tsv (auto-detected delimiter), .xls, and .xlsx (first sheet only; multi-sheet support is planned).
Can Csvglow handle large files?
Yes, for files with 100k+ rows it uses smart sampling to keep the output performant.
How do I use Csvglow as an MCP server?
Add a JSON entry to your MCP-compatible client’s config file (e.g., .cursor/mcp.json) with the command npx -y csvglow --mcp or csvglow --mcp if installed via pip. No extra installation is needed when using npx.
Does the output require an internet connection?
No, the output is a single self-contained HTML file that works offline with no server or CDN dependencies.
Is there any installation required for the MCP mode?
When using npx, no installation is needed. If you prefer to install first, run pip install csvglow and use csvglow --mcp.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
コメント