MCP Dashboards
Rank #3,811io.github.KyuRish/mcp-dashboards
45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation
MCP Dashboards is a Model Context Protocol (MCP) server published by kyurish. It ranks #3,811 of 115,591 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. MCP Dashboards is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 111,780 of 115,591 servers on MCP Toplist.
Use MCP Dashboards
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-dashboards -- npx -y mcp-dashboards[mcp_servers.mcp-dashboards]
command = "npx"
args = ["-y", "mcp-dashboards"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-dashboards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KyuRish%2Fmcp-dashboards)<a href="https://mcptoplist.com/server/io.github.KyuRish%2Fmcp-dashboards"><img src="https://mcptoplist.com/badge/io.github.KyuRish%2Fmcp-dashboards.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kyurish
Other servers by kyurish
- Trading212 MCP Server#7,948 · 2 vers
- Fiverr MCP Server#18,698 · 2 vers
- Patreon MCP Server#23,474 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 2.4.0 | Jul 3, 2026 |
| 2.1.0 | Apr 19, 2026 |
| 2.0.1 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Dashboards?
- MCP Dashboards is maintained by kyurish, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Dashboards listed on the Official MCP Registry?
- Yes — MCP Dashboards is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Dashboards have?
- MCP Toplist tracks 4 versions of MCP Dashboards, most recently published on Jul 3, 2026.
- Where can I find the source code for MCP Dashboards?
- The source code for MCP Dashboards is hosted at github.com/kyurish/mcp-dashboards.