Odel
microcharts

microcharts

Local
@ganapativs168TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@microcharts/mcpv0.1.17

Run

npx -y @microcharts/mcp

MCP client config

{
  "mcpServers": {
    "microcharts": {
      "command": "npx",
      "args": [
        "-y",
        "@microcharts/mcp"
      ]
    }
  }
}