grafana/mcp-grafana
by Various
MCP server for Grafana
MCP
grafana/mcp-grafana
Added 1 June 2026
Overview
An MCP server that exposes Grafana dashboards, alerts, and data sources through the Model Context Protocol. It lets AI agents query Grafana resources and retrieve metrics using natural language.
Best for
Best for
Developers and SREs who want AI agents to query Grafana metrics and dashboards
Use cases
- Query Grafana dashboards and alerts from an AI assistant
- Retrieve time-series metrics for incident analysis
- Automate Grafana resource lookups in chat or coding workflows
How to use
Tools exposed
list_teamslist_users_by_orglist_all_rolesget_role_detailsget_role_assignmentslist_user_roleslist_team_rolesget_resource_permissionsget_resource_descriptionsearch_dashboardsget_dashboard_by_uidupdate_dashboardget_dashboard_panel_queriesrun_panel_queryget_dashboard_propertyget_dashboard_summarylist_datasourcesget_datasourceget_query_examplesquery_prometheus
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "grafana": {\n "command": "uvx",\n "args": ["mcp-grafana"],\n "env": {\n "GRAFANA_URL": "http://localhost:3000",\n "GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>"\n }\n }\n }\n} Notes
An MCP server that exposes Grafana dashboards, alerts, and data sources through the Model Context Protocol. It lets AI agents query Grafana resources and retrieve metrics using natural language.
3,085 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Query Grafana dashboards and alerts from an AI assistant
- Retrieve time-series metrics for incident analysis
- Automate Grafana resource lookups in chat or coding workflows
Pros
- Official Grafana project with strong maintenance and community trust
- Written in Go, offering good performance and easy deployment
- Integrates directly with MCP-compatible clients like Claude Desktop
Cons
- Requires a running Grafana instance with API access
- Limited to read operations; no dashboard creation or alert management
- Dependency on MCP ecosystem adoption for full utility
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Official Grafana project with strong maintenance and community trust
- Written in Go, offering good performance and easy deployment
- Integrates directly with MCP-compatible clients like Claude Desktop
Cons
- Requires a running Grafana instance with API access
- Limited to read operations; no dashboard creation or alert management
- Dependency on MCP ecosystem adoption for full utility
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.