MCP Catalogs
Home

time vs mcp-graphql-tools

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

time
by modelcontextprotocol
mcp-graphql-tools
by saewoohan
Stars★ 85,748★ 8
30d uses
Score7732
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptJavaScript
Last committhis month14 mo ago

time · Summary

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

mcp-graphql-tools · Summary

A Model Context Protocol server that enables AI assistants to interact with GraphQL APIs through standardized tools.

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

mcp-graphql-tools · Use cases

  • AI assistants querying GitHub GraphQL API
  • Exploring and understanding GraphQL schemas
  • Executing GraphQL queries with authentication and custom headers

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"]
    }
  }
}

mcp-graphql-tools · Install

Installation

  1. Install the MCP server globally:
npm install -g mcp-graphql-tools
  1. Configure Claude Desktop to use the server:
{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-tools",
        "--endpoint=https://api.github.com/graphql",
        "--headers={\"Authorization\":\"Bearer YOUR_GITHUB_TOKEN\"}",
        "--timeout=30000",
        "--maxComplexity=100"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.