grafana-mcp

daanrongen/grafana-mcp
★ 0 stars TypeScript 📊 Data/Analytics Updated today
MCP server for Grafana — manage dashboards, datasources, alerts, folders, and annotations over stdio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "grafana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "daanrongen/grafana-mcp"
      ]
    }
  }
}