Professional chart rendering MCP server for AI agents - SVG + resvg-js, zero browser
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aicharts": {
"command": "npx",
"args": [
"-y",
"knapejar/aicharts"
]
}
}
}
Run in terminal:
claude mcp add aicharts npx -y knapejar/aicharts
Add to .cursor/mcp.json:
{
"mcpServers": {
"aicharts": {
"command": "npx",
"args": [
"-y",
"knapejar/aicharts"
]
}
}
}