MCP Catalogs
Home

time vs grafana-mcp-analyzer

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
grafana-mcp-analyzer
by SailingCoder
Stars★ 85,748★ 43
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
MonitoringDeveloper ToolsOps & Infra
LanguageTypeScriptTypeScript
Last committhis month10 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

grafana-mcp-analyzer · Summary

An MCP server that enables AI assistants to directly analyze Grafana monitoring data through natural language queries.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

grafana-mcp-analyzer · Use cases

  • AI-powered real-time system performance analysis
  • Automated incident response through natural language queries
  • Capacity planning based on historical monitoring trends

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

grafana-mcp-analyzer · Install

Installation

  1. Install globally via npm: npm install -g grafana-mcp-analyzer

Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "grafana": {
      "command": "grafana-mcp-analyzer",
      "env": {
        "CONFIG_PATH": "path/to/your/grafana-config.js",
        "MAX_CHUNK_SIZE": "100"
      }
    }
  }
}

For Cursor, add to settings.json in the MCP section.

Comparison generated from public README + GitHub signals. Last updated automatically.