Blueprint Chart for VS Code
io.github.blueprint-chart/mcp
The open chart format an LLM writes and the browser renders — to interactive, accessible SVG.
client:VS Code
transport:stdio
runtime:npm
Install Blueprint Chart in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blueprint-chart/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs