Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Data Visualization
  3. Csvglow
Csvglow logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 1:16:00 AM

Csvglow

User RatingsBe the first to rate and review this MCP server!
View Repository13 GitHub StarsTotal stargazers on GitHub for the source repository (13 stars).Visit Website
data-visualizationcsvexceldashboardsanalytics

Creates offline, self-contained HTML dashboards from CSV and Excel files with charts, analysis, and sortable tables.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ratnaditya-j-csvglow": {
      "command": "npx",
      "args": [
        "-y",
        "csvglow"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“Š More in Data Visualization

Overview

Ratnaditya-J/csvglow MCP server generates interactive HTML dashboards from CSV, TSV, XLS, and XLSX files. It detects column types and produces charts, cross-column findings, correlations, and a sortable data table in one self-contained file. Use it when an MCP-compatible assistant needs to turn a local data file into a browser-viewable dashboard without a server or CDN. Cursor and Windsurf can run it through an npx MCP configuration.

Use cases

β€’Generate an offline dashboard from a CSV file
β€’Analyze Excel data with automatically selected charts
β€’Inspect correlations and outliers across numeric columns
β€’Share a self-contained HTML report with sortable source data

Key features

β€’CSV, TSV, XLS, and XLSX input
β€’Automatic column-type detection
β€’Interactive ECharts visualizations
β€’Correlation and cross-column analysis
β€’Sortable and filterable data table
β€’Offline self-contained HTML output

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Csvglow.

Extracted Tool Capabilities
CSV, TSV, XLS, and XLSX input
Automatic column-type detection
Interactive ECharts visualizations
Correlation and cross-column analysis
Sortable and filterable data table
Offline self-contained HTML output

How Csvglow works

What Ratnaditya-J/csvglow MCP server does

Ratnaditya-J/csvglow MCP server turns a local tabular file into an interactive HTML dashboard. The generated output is a single file that includes its visualizations and interface, so it can be opened in a browser and used offline without a separate application server or CDN.

The package accepts CSV and TSV files, with delimiter detection for those formats, as well as XLS and XLSX workbooks. XLSX processing currently uses the first sheet. The dashboard includes a sortable and filterable table showing the first 1,000 rows, along with visual analysis based on the detected column types.

How it works

The MCP mode runs locally and lets an MCP-compatible assistant request a dashboard from a file path. The underlying command can also be used directly from a terminal. When processing a file, csvglow identifies numeric, categorical, date/time, and identifier columns, then chooses relevant views automatically.

Numeric fields can receive histograms with descriptive statistics, including mean, median, standard deviation, quartiles, and outlier counts. Categorical fields can be represented with bar charts. Date columns can produce time-series charts with area fills. The generator also creates categorical-versus-numeric cross-analysis, a numeric correlation heatmap, and scatter plots for pairs whose absolute correlation exceeds 0.7.

The output includes multi-column findings that compare metrics and may point out contradictions, efficiency gaps, or high- and low-performing records. Large inputs may use smart sampling, including files with 100,000 or more rows. Each chart has a control for copying it to the clipboard.

Setup and configuration

Install the package from PyPI with pip install csvglow, or run it through npx without a separate package installation. The direct command accepts an input file, an optional output path, and a flag to suppress automatic browser opening. For example, csvglow data.csv -o dashboard.html writes to a chosen location, while csvglow data.csv --no-open avoids opening the result automatically.

To expose Ratnaditya-J/csvglow MCP server through npx, configure the client with command npx and arguments -y, csvglow, and --mcp. The README documents configuration locations for Cursor at .cursor/mcp.json in a project and Windsurf at ~/.windsurf/mcp.json. An existing pip installation can instead use the csvglow executable with the --mcp argument.

Tools and capabilities

The documented MCP use case is dashboard generation from a file path. Resulting dashboards can contain:

  • Automatically selected histograms, bar charts, time-series views, cross-analysis charts, heatmaps, and scatter plots
  • Narrative findings based on relationships across multiple columns
  • A sortable and filterable table limited to the first 1,000 rows
  • Clipboard copying for individual charts
  • A self-contained HTML result suitable for offline viewing

Limitations and notes

Multi-sheet Excel processing is not supported yet; only the first XLSX sheet is used. Multi-file inputs, join keys, light themes, custom color palettes, and PDF export are listed as roadmap items rather than current capabilities. The repository describes the software as MIT-licensed. Ratnaditya-J/csvglow MCP server requires access to the local file path supplied for processing, and the provided material does not document remote file retrieval or database connections.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Data Visualization View all alternatives
  • MCP Dashboards logoMCP Dashboards

    45+ interactive chart types (bar, line, pie, candlestick, sankey, geo, radar, funnel, treemap, and more), dashboards with KPI cards, drill-down navigation, live API polling, 20 themes, and export to PNG/PPT/A4. Built on MCP Apps.

    πŸ“Š Data Visualization5 views
    Compare vs MCP Dashboards β†’
  • Kibana logoKibana

    Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

    πŸ“Š Data Visualization3 views
    Compare vs Kibana β†’
  • Microcharts logoMicrocharts

    Word-sized charts (sparklines, bars, bullets β€” 106 types) rendered to self-contained SVG with generated alt text. Three tools: find the right chart for a question, get its wiring, render it. Works in chat surfaces that can't run React. Install via npx -y @microcharts/mcp.

    πŸ“Š Data Visualization3 views
    Compare vs Microcharts β†’
  • Glyphic logoGlyphic

    Generate diagrams from structured JSON across 18 types (architecture, ERD, sequence, flowchart, Gantt…) β€” native SVG/PNG, no headless browser. Built for LLMs and agents.

    πŸ“Š Data Visualization6 views
    Compare vs Glyphic β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
13
Stargazers on the source repository.
npm downloads
54
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Csvglow

Install it with `pip install csvglow`, or configure an MCP client to run `npx -y csvglow --mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCsvglow AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ratnaditya-j-csvglow?style=directory)](https://allmcps.com/mcp/ratnaditya-j-csvglow)
HTML Embed
<a href="https://allmcps.com/mcp/ratnaditya-j-csvglow"><img src="https://allmcps.com/api/badge/ratnaditya-j-csvglow?style=directory" alt="Csvglow on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠData Visualization
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 7, 2026
8/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars13
GitHub Star CountTotal stargazers on GitHub representing community popularity (13 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 20, 2026
npm downloads54/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 22d ago via OSV.dev Β· csvglow (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Data Visualization β†’Alternatives to Csvglow β†’Install in Claude DesktopInstall in CursorInstall in VS Code