grafana-ui-mcp-server

grafana/grafana-ui-mcp-server
★ 9 stars TypeScript AI/LLM Updated 1mo ago
An mcp server to allow LLMS gain context about grafana-ui component structure, usage and installation
View on GitHub → 🔍 Audit Wallet Slippage →

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-ui-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "grafana/grafana-ui-mcp-server"
      ]
    }
  }
}