The mcp grafana server allows AI agents to manage and query Grafana instances. It provides tools to create, update, and delete dashboards, as well as query and visualize metrics. The server connects to Grafana's HTTP API, enabling agents to interact with Grafana's data sources and alerting rules. Developers use it to automate dashboard management, monitor system metrics, and generate alerts based on predefined thresholds.
The mcp grafana server allows AI agents to manage and query Grafana instances. It provides tools to create, update, and delete dashboards, as well as query and visualize metrics. The server connects to Grafana's HTTP API, enabling agents to interact with Grafana's data sources and alerting rules. Developers use it to automate dashboard management, monitor system metrics, and generate alerts based on predefined thresholds.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"grafana-mcp-grafana-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-grafana-mcp-grafana-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp grafana?"
API Key Required
This server requires an API key from mcp grafana. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_GRAFANA_API_KEY | Yes | Your mcp grafana API key |
"What resources are available in mcp grafana?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp grafana"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp grafana with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.