Loading MCP server directory, please wait...
Generate chart images (bar, pie, donut, stacked) as PNG/SVG for AI agents, with an embeddable URL.
npx @getmcp/cli add io.github.Haswell119/chartbytes-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Haswell119/chartbytes-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CHARTBYTES_URL",
"-e",
"CHARTBYTES_LICENSE",
"ghcr.io/haswell119/chartbytes-mcp:1.0.1"
],
"env": {
"CHARTBYTES_URL": "",
"CHARTBYTES_LICENSE": ""
}
}
}
}