mcpbeat Sign in

MCP Grafana MCP Server

local only

MCP Grafana runs on your own machine — the client starts it, so there is no endpoint to ping. 341 installs a week from npm. Last commit 12 Sep 2026.

Search & edit Grafana dashboards, query datasources (PromQL/LogQL/SQL), inspect alerts.

Installs per day peak 569 · avg 33 · +1796% w/w
a month agotoday
341
Installs / week
npm · @dockndevai/mcp-grafana
0
Stars
3 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Grafana every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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-grafana -- npx -y @dockndevai/mcp-grafana
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-grafana": {
      "args": [
        "-y",
        "@dockndevai/mcp-grafana"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-grafana]
command = "npx"
args = ["-y", "@dockndevai/mcp-grafana"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-grafana": {
      "args": [
        "-y",
        "@dockndevai/mcp-grafana"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-grafana": {
      "args": [
        "-y",
        "@dockndevai/mcp-grafana"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRAFANA_URL (Base URL of the Grafana instance (e.g. http://localhost:3000).), GRAFANA_TOKEN (Grafana service-account token (Bearer). Use a Viewer-role account for read-only use.), GRAFANA_MODE (Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Grafana

same job, measured the same way
Greptimedb MCP Server
by greptimeteam

Query GreptimeDB metrics, logs and traces with SQL, TQL and RANGE. Manage pipelines and dashboards.

205 installs/wk local only
Redash MCP
by seob717

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

305 installs/wk local only
Postgres
by ofershap

PostgreSQL MCP — query databases, inspect schemas, explain queries.

34 installs/wk local only
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

80 installs/wk local only
Sqlite
by ofershap

SQLite MCP — query databases, inspect schemas, explain queries, export data.

139 installs/wk local only
LINQ to DB
by linq2db

Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.

local only
PlanetScale
by planetscale

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

answering
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only

MCP Grafana — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Grafana?
MCP Grafana 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 @dockndevai/mcp-grafana was installed 341 times last week.
How do I connect MCP Grafana?
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 @dockndevai/mcp-grafana straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Grafana?
The npm package @dockndevai/mcp-grafana was installed 341 times in the last week. Week over week that is +1796%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Grafana open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.