MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Dashboards MCP Server

by KyuRish
Developer ToolsLow Risk8.1MCP RegistryLocal
Free

Server data from the Official MCP Registry

45+ interactive charts, dashboards, and KPIs inside any AI conversation

About

45+ interactive charts, dashboards, and KPIs inside any AI conversation

Security Report

8.1
Low Risk8.1Low Risk

Valid MCP server (3 strong, 2 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (6/6 approved).

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

MCP Dashboards

Your AI can talk about data. Now it can show it.

npm Glama Quality Glama Security License: FSL-1.1-MIT Buy Me A Coffee GitHub Sponsors

The problem

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.

The solution

MCP Dashboards renders interactive charts, dashboards, and KPI widgets directly inside your AI conversation. 31 tools covering 44+ chart subtypes (bar has stacked/drilldown, hero has 11 variants, etc.), 21 themes, live polling, PNG/PPT/A4 export - all from a single MCP server. No browser tabs, no copy-paste, no context switching.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dashboard": {
      "command": "npx",
      "args": ["-y", "mcp-dashboards", "--stdio"]
    }
  }
}

Claude Code / VS Code

claude mcp add dashboard -- npx -y mcp-dashboards --stdio

Remote (Streamable HTTP)

npx mcp-dashboards
# Server starts on http://localhost:3001/mcp

Supported clients

Works in any MCP Apps-compatible client: Claude Desktop, Claude Web, VS Code (GitHub Copilot), Goose, Postman, MCPJam. ChatGPT support is rolling out.

Just ask

No API to learn. Describe what you want in plain English:

  • "Compare Q1 vs Q2 revenue by region as a bar chart"
  • "Show my portfolio allocation as a donut chart with the boardroom theme"
  • "Build a dashboard with monthly sales KPIs and a trend line"
  • "Visualize website traffic by country on a world map"
  • "Track Bitcoin price live, updating every 30 seconds"
  • "Show the conversion funnel from signup to purchase"
  • "Rank the team by performance using a radar chart"

The AI picks the right tool, formats your data, and renders the chart inline. Click any data point to ask follow-up questions.

Interactive charts, not images

Every chart is interactive HTML rendered directly in your conversation:

  • Explore in-chat - hover tooltips, click-to-select (feeds back to the AI), drill-down with breadcrumbs, scroll-zoom up to 12x on maps and heatmaps
  • Live polling - real-time charts that auto-update from any API on a timer
  • Export anywhere - PPT (16:9 slides), A4 (paginated with smart page breaks), PNG, CSV
ToolTypeBest For
render_pie_chartPie/DonutComposition - "what makes up the whole?"
render_bar_chartBarComparison - vertical, horizontal, stacked, drill-down
render_line_chartLine/AreaTrends - smooth curves, gradient fills, time series
render_scatter_chartScatterRelationships - per-point labels, annotations, quadrants
render_candlestick_chartCandlestickFinance - OHLC data with volume bars
render_radar_chartRadarMulti-axis comparison - skills, scores, product attributes
render_treemap_chartTreemapHierarchy - nested rectangles sized by value
render_sankey_chartSankeyFlow - money, users, or resources between stages
render_wordcloud_chartWord CloudFrequency - sized words from text analysis
render_boxplot_chartBoxplot/ViolinDistribution - quartiles, outliers, density shapes
render_live_chartLiveReal-time - auto-polls any MCP tool on a timer
poll_httpData proxyFetch JSON from any HTTP endpoint - secure presets or public URLs
render_bullet_chartBulletKPI vs target - 2-8 zone bands with labels
render_lollipop_chartLollipopRanking - clean dots with optional target markers
render_dumbbell_chartDumbbellGaps - before/after with scale labels and zone bands
render_variance_chartVarianceBudget - actual vs budget, color-coded over/under
render_funnel_chartFunnelConversion - staged drop-off with percentages
render_slope_chartSlopeChange - ranking shifts between two periods
render_waffle_chartWaffleProportion - 10x10 grid showing composition
render_sparkline_chartSparklineCompact trends - mini cards with change indicators
render_radial_clusterRadialHealth check - multi-metric ring gauges with status
render_waterfall_chartWaterfallCumulative - cascading bars showing impact
render_heatmap_chartHeatmapIntensity - 2D grid with color mapping
render_geo_chartGeo/MapGeography - color-coded countries by value (choropleth)
render_bubble_mapBubble MapPin map - sized circles at lat/lng coordinates
render_timeline_chartTimelineProgress - milestone tracker with status indicators
render_hero_metricHeroKPI widgets - 11 variants (progress ring, gem, orb, NPS, etc.)
render_dashboardDashboardEverything - KPI cards + multiple charts in responsive grid
render_tableTableData - sortable columns, striped rows, CSV export
render_from_jsonAuto-detectAny JSON data - picks the best chart automatically
render_from_urlURL fetchFetches JSON from a URL and auto-visualizes
QuestionBest ChartAlso Works
"What makes up the whole?"Pie/WaffleTreemap, Stacked bar
"How do values compare?"BarLollipop, Bullet, Radar
"What's the trend over time?"LineSparkline, Slope
"Are we hitting targets?"BulletVariance, Radial
"Where's the gap?"DumbbellVariance
"How does X relate to Y?"ScatterHeatmap
"What's the conversion rate?"FunnelWaterfall, Sankey
"What changed between periods?"SlopeDumbbell
"What's the financial picture?"CandlestickLine
"Show me the KPI"Hero metricDashboard
"What's the distribution?"BoxplotViolin (same tool)
"Where does money/traffic flow?"SankeyTreemap
"How do options score across axes?"RadarHeatmap
"What are the top keywords?"Word CloudBar, Treemap
"Where are users/sales/revenue?"Geo mapBubble map, Heatmap
"Monitor this in real-time"Live chart-

Themes

21 built-in themes. Pass theme to any tool.

FamilyThemes
Classicboardroom, corporate, sales-floor, golden-treasury, clinical, startup, ops-control, tokyo-midnight, zen-garden, consultant
Black/AIblack-tron (cyan neon), black-elegance (warm gold), black-matrix (green hacker)
Forestforest-amber (autumn), forest-earth (terracotta)
Skysky-light (airy blue), sky-ocean (deep navy), sky-twilight (sunset)
Officeoffice-red (corporate red, white bg - report-ready)
Gray/MLgray-hf (warm yellow accent), gray-copilot (teal on dark)

Mix-and-match with palette, typography (8 options: system, mono, professional, editorial, bold, techno, cyberpunk, luxury), and effects (5 presets: none, subtle, shimmer, neon, energetic).

Live Polling

Real-time charts that auto-update from any API. The live chart polls data via poll_http, which supports two modes:

Secure presets (authenticated APIs)

Configure presets via env vars. Credentials stay server-side and never appear in the conversation.

{
  "mcpServers": {
    "dashboard": {
      "command": "npx",
      "args": ["-y", "mcp-dashboards", "--stdio"],
      "env": {
        "POLL_PRESET_T212_CASH_URL": "https://live.trading212.com/api/v0/equity/account/cash",
        "POLL_PRESET_T212_CASH_HEADERS": "{\"Authorization\": \"Bearer YOUR_API_KEY\"}"
      }
    }
  }
}

Then ask: "Monitor my portfolio total and P/L live" - the AI uses render_live_chart with pollArgs: { preset: "t212_cash" }.

Naming: POLL_PRESET_<NAME>_URL and POLL_PRESET_<NAME>_HEADERS (JSON object).

Public URLs (no auth needed)

For public APIs, use the URL directly:

"Show me Bitcoin price updating every 30 seconds" - uses pollArgs: { url: "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd" }.

How It Works

Built on MCP Apps. You ask the AI to visualize data, it calls the right tool, and the chart renders inline in your conversation. Self-contained - zero CDN, zero external requests.

MCP Apps supported (inline rendering): Claude Desktop, VS Code Insiders + MCP Apps extension, Goose, Postman.

No MCP Apps support? No problem. When the server detects your client can't render inline, every chart response includes:

  • A clickable http://localhost:XXXX/chart/{id} link - opens the full interactive dashboard in your default browser
  • A standalone HTML file (file:///...chart-{id}.html) - self-contained, works offline, can be emailed or archived

Works in Claude Code, Cursor, older VS Code, and any other MCP client. Tool annotations (readOnlyHint, idempotentHint, openWorldHint) help clients reason about tool behavior.

Opt-out: set env var MCP_DASHBOARDS_DISABLE_PREVIEW=1 to skip the preview links entirely.

Requirements: Node.js 18+.

git clone https://github.com/KyuRish/mcp-dashboards.git
cd mcp-dashboards
npm install
npm run build
npm run serve   # http://localhost:3001
npm run dev     # watch mode

Support

If MCP Dashboards is useful to you:

Buy Me A Coffee GitHub Sponsors

Privacy

All processing happens locally. No data is collected, transmitted, or stored. External network calls are render_from_url and poll_http - both require you to explicitly provide the URL. Credentials in env var presets never leave your machine. The browser preview server binds only to 127.0.0.1 (localhost) and is not reachable from other devices.

License

FSL-1.1-MIT - Free to use for any purpose except building a competing commercial product. Each version converts to MIT two years after release. For commercial licensing, contact contact@kyuish.com.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published March 14, 2026
Version 2.1.0
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local