MCP server for Grafana — manage dashboards, datasources, alerts, folders, and annotations over stdio
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"
]
}
}
}
Run in terminal:
claude mcp add grafana-mcp npx -y daanrongen/grafana-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/grafana-mcp"
]
}
}
}