mcpbeat Sign in

Microcharts MCP Server

by ganapativs Your server? Claim it
local only

Microcharts runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from npm. Last commit 11 Sep 2026.

Find, wire, and render microcharts — word-sized React charts with generated alt text.

Installs per day peak 193 · avg 33 · -43% w/w
a month agotoday
125
Installs / week
npm · @microcharts/mcp
180
Stars
1 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Microcharts every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add microcharts -- npx -y @microcharts/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "microcharts": {
      "args": [
        "-y",
        "@microcharts/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.microcharts]
command = "npx"
args = ["-y", "@microcharts/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "microcharts": {
      "args": [
        "-y",
        "@microcharts/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "microcharts": {
      "args": [
        "-y",
        "@microcharts/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Microcharts

same job, measured the same way
Semiotic
by nteract

Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.

5 777 installs/wk 5 tools answering
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only
Diagrams MCP
by mskry

Generate cloud architecture diagrams, flowcharts, and sequence diagrams.

149 installs/wk 9 tools answering
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

202 installs/wk 20 tools answering
Documentero
by documentero

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

30 installs/wk local only
TheQRCode.io
by theqrcode

Generate QR codes for URLs, WiFi, contacts and text. Paid API key adds saved codes + analytics.

3 tools answering
MCP Server for PowerPoint
by trsdn

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

local only
Chartforge
by crawde

MCP server for ChartForge — generate stunning charts and diagrams from natural language

78 installs/wk local only

Microcharts — questions

Answers built from our own checks of this server.

Why is there no uptime for Microcharts?
Microcharts runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @microcharts/mcp was installed 125 times last week.
How do I connect Microcharts?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @microcharts/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Microcharts?
The npm package @microcharts/mcp was installed 125 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Microcharts open source?
Yes — it is published under the MIT licence, written in TypeScript, 180 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.