Skip to content
VS Code

charta for VS Code

io.github.mortenator/charta

Generate beautiful, presentation-ready charts (SVG + PNG). Supports 14+ chart types.

client:VS Code transport:stdio runtime:npm

Install charta in VS Code

.vscode/mcp.json

{
  "servers": {
    "charta": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@charta/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

charta in other clients