MCP Catalogs
Home

mcp-graphql vs time

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

mcp-graphql
by blurrah
time
by modelcontextprotocol
Stars★ 385★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit8 mo agothis month

mcp-graphql · Summary

MCP server enabling LLMs to interact with GraphQL APIs through schema introspection and query execution.

time · Summary

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

mcp-graphql · Use cases

  • Enabling AI assistants to query GraphQL APIs without custom implementation
  • Allowing language models to discover and interact with unknown GraphQL services
  • Providing secure read-only access to GraphQL endpoints for AI applications

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 · Install

Installing via Smithery

npx -y @smithery/cli install mcp-graphql --client claude

Installing Manually (Claude Desktop)

Add the following to your Claude Desktop configuration:

{
    "mcpServers": {
        "mcp-graphql": {
            "command": "npx",
            "args": ["mcp-graphql"],
            "env": {
                "ENDPOINT": "http://localhost:3000/graphql"
            }
        }
    }
}

Environment Variables

  • ENDPOINT: GraphQL endpoint URL (default: http://localhost:4000/graphql)
  • HEADERS: JSON string containing headers for requests
  • ALLOW_MUTATIONS: Enable mutation operations (disabled by default)
  • NAME: Name of the MCP server
  • SCHEMA: Path to a local GraphQL schema file or URL (optional)

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.