- Chhart MCP
Chhart MCP
Long description: Chhart MCP bridges the gap between text-based AI and visual thinking. It enables LLMs like Claude and ChatGPT to programmatically generate flowcharts and Sankey diagrams using a simple text-based DSL.
Unlike other tools that require complex rendering engines, Chhart is completely stateless. It generates shareable, privacy-friendly URLs where the diagram data is encoded directly into the link hash. This means no database storage is required, and your diagrams are instantly editable on chhart.app.
Key Features:
🎨 AI-Native Flowcharts: Generate decision trees, process maps, and architecture diagrams instantly.
📊 Sankey Diagrams: Visualize data flows, budget splits, and traffic analysis.
🔗 Stateless Sharing: Zero-database architecture; all data lives in the shareable URL.
📚 Syntax Awareness: Includes tools for the AI to learn and validate the Chhart DSL.
Server Config
{
"mcpServers": {
"chhart": {
"url": "https://mcp.chhart.app/mcp"
}
}
}