microcharts for VS Code
io.github.ganapativs/microcharts
Find, wire, and render microcharts — word-sized React charts with generated alt text.
client:VS Code
transport:stdio
runtime:npm
Install microcharts in VS Code
.vscode/mcp.json
{
"servers": {
"microcharts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microcharts/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs