chartforge-dashboard-mcp
v0.1.0
Published
MCP server for composing multi-chart dashboards — combine charts, KPI cards, and data panels into unified dashboard layouts with templates and themes
Maintainers
Readme
chartforge-dashboard-mcp
MCP server for composing multi-chart dashboards — combine charts, KPI cards, and data panels into unified dashboard layouts with pre-built templates and themes.
Built for ChartForge — AI-powered chart generation from natural language.
Tools
list_dashboard_templates
Browse pre-built dashboard templates for common business use cases: executive overview, SaaS metrics, marketing performance, operations monitoring, financial overview, sales pipeline.
get_template_detail
Get the full specification of a dashboard template including all panel positions, chart types, and data requirements.
generate_kpi_card
Generate a formatted KPI card with metric value, trend direction, period comparison, sparkline data, and target progress. Supports currency, percentage, count, and duration formatting.
compose_dashboard
Compose a complete dashboard from a template and data. Populates KPI cards with metric values and generates charts via ChartForge API. Applies visual themes for consistent branding.
list_dashboard_themes
Browse available themes: Corporate, Dark Pro, Minimal, Vibrant. Each includes color palette, typography, and chart colors.
compare_metrics
Compare multiple metrics side-by-side with sorting, trend analysis, and target gap identification. Generates a chart prompt for visualization.
Setup
{
"mcpServers": {
"chartforge-dashboard": {
"command": "npx",
"args": ["-y", "chartforge-dashboard-mcp"],
"env": {
"CHARTFORGE_API_KEY": "your-api-key"
}
}
}
}Get your API key at chartforgeai.com.
Example
> list_dashboard_templates category="saas"
> compose_dashboard title="Q2 SaaS Metrics" templateId="saas-metrics" themeId="dark-pro" panels=[...]License
MIT
