microcharts
Rank #806io.github.ganapativs/microcharts
Find, wire, and render microcharts — word-sized React charts with generated alt text.
microcharts is a Model Context Protocol (MCP) server published by ganapativs. It ranks #806 of 115,460 servers tracked on MCP Toplist, and its repository has 152 GitHub stars. microcharts is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 114,654 of 115,460 servers on MCP Toplist.
Use microcharts
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add microcharts -- npx -y @microcharts/mcp[mcp_servers.microcharts]
command = "npx"
args = ["-y", "@microcharts/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"microcharts": {
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"microcharts": {
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"microcharts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"microcharts": {
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"microcharts": {
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ganapativs%2Fmicrocharts)<a href="https://mcptoplist.com/server/io.github.ganapativs%2Fmicrocharts"><img src="https://mcptoplist.com/badge/io.github.ganapativs%2Fmicrocharts.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ganapativs
Available versions (13)
| Version | Published |
|---|---|
| 0.1.16 | Aug 19, 2026 |
| 0.1.15 | Aug 11, 2026 |
| 0.1.14 | Aug 9, 2026 |
| 0.1.13 | Aug 7, 2026 |
| 0.1.12 | Aug 6, 2026 |
| 0.1.11 | Aug 5, 2026 |
| 0.1.10 | Aug 3, 2026 |
| 0.1.8 | Jul 31, 2026 |
| 0.1.6 | Jul 29, 2026 |
| 0.1.5 | Jul 26, 2026 |
| 0.1.4 | Jul 26, 2026 |
| 0.1.2 | Jul 25, 2026 |
| 0.1.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains microcharts?
- microcharts is maintained by ganapativs, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is microcharts listed on the Official MCP Registry?
- Yes — microcharts is listed on the Official MCP Registry, alongside Glama.
- How many versions does microcharts have?
- MCP Toplist tracks 13 versions of microcharts, most recently published on Aug 19, 2026.
- Where can I find the source code for microcharts?
- The source code for microcharts is hosted at github.com/ganapativs/microcharts.