MCP Directory

KyuRish/mcp-dashboards

GitHub
Developer Tools

45+ interactive chart types (bar, line, pie, candlestick, sankey, geo, radar, funnel, treemap, and more), dashboards with KPI cards, drill-down navigation, live API polling, 20 themes, and export to PNG/PPT/A4. Built on MCP Apps.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-dashboards

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from KyuRish/mcp-dashboards your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route KyuRish/mcp-dashboards intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-dashboards

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use KyuRish/mcp-dashboards directly without routing

npx -y mcp-dashboards

New to Agent-CoreX? View setup guide →

KyuRish/mcp-dashboards MCP Server — Agent-CoreX