mcpbeat

Dashboardbase MCP Server

by dashboardbase
local only

Dashboardbase runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

Validate Dashboardbase widget endpoint responses and setup files against the live contract.

Installs / week
npm · @dashboardbase/mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @dashboardbase/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@dashboardbase/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@dashboardbase/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dashboardbase

same job, measured the same way
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

36 installs/wk local only
Home Assistant MCP
by coolver

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

281 installs/wk local only
Home Assistant MCP Server
by jarahkon

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

84 installs/wk local only
Alive Analysis
by with-geun

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

28 installs/wk local only
ChartPane
by ahmadsl

Renders interactive Chart.js charts and dashboards inline in AI conversations.

answering
Slickfast
by slickfast

Render 47 chart types and tiled dashboards as PNG/SVG. Deterministic, 100% local, agent-first.

341 installs/wk local only
Redash MCP
by seob717

Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

293 installs/wk local only
Saga MCP
by spranab

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

48 installs/wk local only

Dashboardbase — questions

Answers built from our own checks of this server.

Why is there no uptime for Dashboardbase?
Dashboardbase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dashboardbase/mcp.
How do I connect Dashboardbase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dashboardbase/mcp straight from npm; nothing to host, nothing to sign up for.
Is Dashboardbase open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.