Grafana UI MCP Server Logo

Grafana UI MCP Server

Official

Provides AI assistants with comprehensive access to Grafana's React component library, including Typ...

9 views
0 installs
Updated Jan 20, 2026
Not audited
Provides AI assistants with comprehensive access to Grafana's React component library, including TypeScript source code, MDX documentation, Storybook examples, test files, and design system tokens for building Grafana-compatible interfaces.
  1. Click the "Install Now" button to open the FastMCP connection / environment variables interface (the place where you add keys/values for the MCP server).

  2. Create a GitHub Personal Access Token (classic):

    • Open GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic) and click "Generate new token (classic)". (docs.github.com)
  3. Configure the token:

    • Give it a descriptive Note (e.g., "Grafana UI MCP server").
    • Set an Expiration (choose what fits your security policy; 90 days is common).
    • Under Scopes, select at least the public_repo scope (this gives the MCC server the needed public-repo API access). (grafana.com)
  4. Generate and copy the token:

    • Click "Generate token" and immediately copy the generated token value (starts with ghp_); GitHub will not show it again. (docs.github.com)
  5. In the FastMCP connection interface (where the "Install Now" button opened), add the environment variable(s):

    • Name: GITHUB_PERSONAL_ACCESS_TOKEN
      Value: (paste the token you copied)
      — This is the preferred ENV variable name used by the Grafana UI MCP server.
    • (Optional alternative) If you prefer the common name, you can instead add GITHUB_TOKEN with the same token value.
    • (Optional) If you will use a local Grafana repository instead of GitHub, add GRAFANA_REPO_PATH and set its value to the absolute path on the host where the local repo is mounted. (Local repo takes precedence over token-based GitHub access.) (grafana.com)
  6. Save/confirm the FastMCP connection (finish the Install Now flow) so the MCP server receives those ENV values.

  7. Verify the token works (optional):

    • From a terminal, test GitHub rate limits with your token:
      curl -H "Authorization: token YOUR_TOKEN_HERE" https://api.github.com/rate_limit
    • If valid, you should see the authenticated rate limit (up to 5,000 requests/hour). (docs.github.com)
  8. Security reminders:

    • Store the token securely (do not commit to repos).
    • If the token is ever exposed, revoke it from GitHub Settings → Developer settings → Personal access tokens. (docs.github.com)

Quick Start

View on GitHub

More for Developer Tools

View All →

More for Design Tools

View All →

Similar MCP Servers

Grafana

Grafana

Official

Grafana MCP server is a Model Context Protocol (MCP) adapter that exposes a Grafana instance (and its ecosystem: datasources, alerts, incidents, OnCall, annotations, etc.) as a set of small, intention-focused tools for LLM-based assistants and other MCP clients. It lets AI agents safely inspect, query, and (optionally) modify Grafana resources using compact, predictable operations instead of asking the LLM to guess APIs or URLs.

Monitoring Developer Tools
154
0
MCP Server Chart

MCP Server Chart

Remote Remote

Generate 25+ diverse chart types effortlessly with MCP Server Chart powered by AntV. This TypeScript-based server supports area, bar, line, pie, radar, Sankey, word cloud, and many other charts, including geographic visualizations specific to China. It enables clear and interactive display of data trends, distributions, relationships, and hierarchies. Flexible tool filtering and record management features enhance customization and monitoring. Perfect for visualizing complex datasets, MCP Server Chart integrates smoothly with various MCP tools and environments, providing developers with a powerful, easy-to-use chart generation solution to communicate data visually and effectively.

Analytics and Data

Report Issue

Thank you! Your issue report has been submitted successfully.