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
  • Transports: stdio vs HTTP
  • 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. Microcharts
Microcharts logo
Health: ActiveRecent health check succeeded.Last checked 9/17/2026, 4:16:15 PM

Microcharts

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

Finds chart types, returns wiring examples, and renders data as self-contained SVG with generated alt text.

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

This server is confirmed live β€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

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": {
    "ganapativs-microcharts": {
      "command": "npx",
      "args": [
        "-y",
        "@microcharts/mcp"
      ]
    }
  }
}

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

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ“Š More in Data Visualization

Overview

ganapativs/microcharts MCP server helps agents choose among 106 microchart types, retrieve the required props and data shape, and render a finished SVG. It runs locally over stdio through the @microcharts/mcp npm package and exposes three tools: find_microchart, get_microchart, and render_microchart. Use it when an agent needs compact charts in chat or other surfaces that cannot run React. Rendered output includes embedded styles and generated alternative text.

Use cases

β€’Choose a chart for a natural-language data question
β€’Retrieve valid props and sample data for a chart type
β€’Render compact SVG charts in chat surfaces
β€’Generate accessible alt text from chart data

Key features

β€’Ranks 106 microchart types by analytical intent
β€’Returns chart-specific wiring and data shapes
β€’Provides JSON-ready sample props
β€’Renders self-contained SVG output
β€’Generates chart alt text

Capabilities & Tool Schemas (3) ~504 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

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

find_microchart

Rank microcharts chart types against a plain-language question about data ("is it trending?", "error budget", "part to whole"). Returns candidates with the reason each matched. Start here when you know the question, not the chart.

get_microchart

Full wiring detail for one chart by slug: import paths, its props plus the shared props, data shape, best/avoid guidance, a copy-runnable example, and `sample` β€” the example as JSON props you can pass straight to render_microchart.

render_microchart

Render a chart to a finished, self-contained SVG (styles embedded) plus its generated alt text β€” for surfaces that can't run React. Pass the series as `data`; put other props (value, target, curve, color, width) in `props`. Each chart takes its own data shape β€” get_microchart returns a valid `sample` to adapt.

How Microcharts works

What ganapativs/microcharts MCP server does

ganapativs/microcharts MCP server gives an MCP client access to the microcharts catalog and rendering workflow. It covers 106 small chart types, including sparklines, bars, bullets, and other chart forms designed for compact interface locations such as messages, tables, KPI cards, and streamed responses.

The server supports a question-first workflow. An agent can describe the analytical intent in plain language, such as checking a trend, showing part-to-whole, or representing an error budget. It can then inspect a matching chart type, obtain the exact inputs, and render the result without building a React component itself.

How it works

The server runs on the local machine and communicates with MCP clients over stdio. Its tools are backed by the microcharts library and return structured information that can be used in subsequent calls.

A typical sequence is:

  1. Call find_microchart with a plain-language question about the data. The response ranks candidate chart types and explains why each candidate matched.
  2. Call get_microchart with a chart slug. The response contains the chart's import paths, chart-specific and shared props, expected data shape, usage guidance, a runnable example, and a sample object.
  3. Pass the sample or adapted values to render_microchart. Supply the series through data and place additional settings such as value, target, curve, color, or width in props.

The final render is a self-contained SVG with styles included in the output. The response also provides generated alt text based on the chart data.

Setup and configuration

Install and run ganapativs/microcharts MCP server with the npm package command below:

Terminal
npx -y @microcharts/mcp

An MCP client configuration uses npx as the command and -y @microcharts/mcp as its arguments. The provided material describes local stdio execution and does not specify environment variables, API credentials, or hosted deployment settings.

The underlying chart library is available separately as @microcharts/react, but the MCP package is the component described here. The server is intended to let an assistant call the catalog and renderer directly rather than requiring the client to execute React code.

Tools and capabilities

  • find_microchart: ranks chart types against an analytical question and includes a reason for each match.
  • get_microchart: returns wiring details, props, data expectations, guidance on suitable and unsuitable uses, an example, and JSON-ready sample props.
  • render_microchart: creates a finished SVG and generated alt text from a selected chart and its data.

Each chart has its own data shape, so retrieving the sample from get_microchart is the reliable way to prepare a render call. This makes ganapativs/microcharts MCP server a fit for agents that need to select and produce compact visualizations dynamically.

Limitations and notes

The material only documents stdio execution through the npm package. It does not identify specific MCP clients as compatible, describe authentication, or provide configuration for remote hosting. The chart catalog is broad, but not every familiar visualization is included: the project explicitly does not ship pie charts, needle gauges or speedometers, batteries, waffles, or violin charts. When using a chart, follow the returned data shape rather than assuming all chart types accept the same series format.

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

Related MCP Servers

View all in Data Visualization View all alternatives
  • 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 β†’
  • Semiotic logoSemiotic

    React data visualization MCP server with 30+ chart types. 5 tools: suggest charts for a dataset, render validated React configs to SVG, diagnose configuration anti-patterns, get component schemas, and report issues.

    πŸ“Š Data Visualization5 views
    Compare vs Semiotic β†’
  • 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 β†’
  • Cli logoCli

    Push To Display MCP server send structured content to selected boards on iOS and android devices with app Push To Display, route updates to specific panels, and render in real time with display-focused multi-panel layouts.

    πŸ“Š Data Visualization3 views
    Compare vs Cli β†’

Adoption & maintenance

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

GitHub stars
179
Stargazers on the source repository.
npm downloads
923
Package downloads in the last 30 days.
Last commit
6d ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
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 Microcharts

Run `npx -y @microcharts/mcp` and configure the MCP client to use the same command and arguments over stdio.

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 PreviewMicrocharts AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ganapativs-microcharts?style=directory)](https://allmcps.com/mcp/ganapativs-microcharts)
HTML Embed
<a href="https://allmcps.com/mcp/ganapativs-microcharts"><img src="https://allmcps.com/api/badge/ganapativs-microcharts?style=directory" alt="Microcharts on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠData Visualization
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 15, 2026
10/11 checks healthy over the last 42d
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 stars179
GitHub Star CountTotal stargazers on GitHub representing community popularity (179 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 15, 2026
npm downloads923/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
68Quality signal: Great Β· 68/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 & tools30/30
Adoption & activity11/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 20h ago via OSV.dev Β· @microcharts/mcp (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

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 Microcharts β†’Install in Claude DesktopInstall in CursorInstall in VS Code