Dashboards MCP Server

Click any thumbnail to see full size We use AI for everything - analysis, reports, strategy. But when it comes to actually seeing the story in your data, you're stuck copying numbers into a spreadsheet and building charts yourself. The conversation has the insight. The visualization is somewhere else. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 43 · #13 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Dashboards

before you install - you'll need

Set POLL_PRESET_T212_CASH_URL, POLL_PRESET_T212_CASH_HEADERS before connecting.

Claude Code

claude mcp add kyurish-mcp-dashboards -- npx -y mcp-dashboards

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package mcp-dashboards - unscoped; check the name against the project README before installing

registry namespace io.github.KyuRish is GitHub-verified and matches the repo owner

03 · What Dashboards can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.4.0 · 2026-07-03

New render_flowchart tool: interactive flowcharts and diagrams (workflows, data pipelines, architectures, agent designs) with rich card nodes, typed edges, dagre auto-layout, drag/zoom/pan, minimap, node list…

v2.2.0 · 2026-06-27

5 visual discovery catalogs, 8 documented security fixes, dependency refresh, and a wave of robustness work. · Discovery Catalogs · Five new tools for exploring what mcp-dashboards can do, without reading docs. Each…

v2.0.0 · 2026-03-13

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+…

04 · Who maintains Dashboards

mcp-dashboards is maintained by kyurish. We track 4 MCP servers from kyurish - 4 actively maintained, 59 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from kyurish.

  1. trading212-mcp-server MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics ★ 5
  2. fiverr-mcp-server Search Fiverr gigs, sellers, pricing, and reviews. No API key required. ★ 7
  3. patreon-mcp-server Access your Patreon creator data - campaigns, patrons, tiers, and posts. ★ 4

05 · Facts

category
data & analytics - ranked #13 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-03)
registry
io.github.KyuRish/mcp-dashboards (active, first published 2026-03-14 · 3 versions)
packages
npm:mcp-dashboards

06 · Dashboards FAQ

What is Dashboards?

Click any thumbnail to see full size We use AI for everything - analysis, reports, strategy. But when it comes to actually seeing the story in your data, you're stuck copying numbers into a spreadsheet and building charts yourself. The conversation has the insight. The visualization is somewhere else. It runs locally over stdio via the published package.

Is Dashboards still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Dashboards?

Run `npx -y mcp-dashboards`. The README documents 2 environment variables (POLL_PRESET_T212_CASH_URL, POLL_PRESET_T212_CASH_HEADERS) to set first. Set POLL_PRESET_T212_CASH_URL, POLL_PRESET_T212_CASH_HEADERS before connecting. You can also paste the ready-made client config above.

Does Dashboards run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Dashboards