Skip to content

v2.0.0 - Interactive Drill-Down, 20 Themes, Dashboard Layouts

Choose a tag to compare

@KyuRish KyuRish released this 13 Mar 12:50

What's New

  • Drill-down bar charts - click any bar to explore subcategories, breadcrumb navigation to go back
  • Dashboard drill-down - drill-down now works inside dashboard layouts, not just standalone charts
  • 45+ chart types - candlestick, sankey, geo maps, radar, funnel, waterfall, and more
  • 20 themes - boardroom, cyberpunk, forest, clinical, and 16 more with typography and effects
  • Live polling - real-time charts that auto-update from any API
  • Export - PNG, PPT slides, A4 documents, CSV
  • FSL-1.1-MIT license - free for all use except competing commercial products

Demo

See the attached video for a walkthrough.

Install

npx mcp-dashboards --stdio

Or add to Claude Desktop config:

{
  "mcpServers": {
    "dashboard": {
      "command": "npx",
      "args": ["-y", "mcp-dashboards", "--stdio"]
    }
  }
}