TC
ToolCompared
MCP Server

Grafana MCP Server

by Grafana Labs

Search dashboards, query Prometheus/Loki, and manage alerts.

About Grafana

The Grafana MCP server enables searching and retrieving dashboards, listing and fetching alert rule information, listing and querying data sources (Prometheus, Loki), querying metadata, and managing Grafana incidents (create, update, resolve). Modular design allows selectively enabling tools.

Tags

monitoringdashboardsprometheuslokiincidents

How to install Grafana

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "grafana": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-grafana"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Analytics & Monitoring