Odel
Blueprint Chart

Blueprint Chart

Local
@blueprint-chartTypeScriptMITUpdated 1w ago

The open chart format an LLM writes and the browser renders — to interactive, accessible SVG.

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@blueprint-chart/mcpv0.2.1

Run

npx -y @blueprint-chart/mcp

MCP client config

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