MCP Catalogs
Home

time vs scrapegraph-mcp

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

time
by modelcontextprotocol
scrapegraph-mcp
by ScrapeGraphAI
Stars★ 85,748★ 72
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
Web ScrapingAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

scrapegraph-mcp · Summary

ScrapeGraph MCP server provides AI-powered web scraping tools including extract, search, crawl, schema generation, and monitoring capabilities.

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

scrapegraph-mcp · Use cases

  • Extract product prices and information from e-commerce websites
  • Research and summarize latest AI developments from multiple sources
  • Monitor competitor websites for price changes or new product launches

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

scrapegraph-mcp · Install

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install @ScrapeGraphAI/scrapegraph-mcp --client claude

Claude Desktop Configuration

{
    "mcpServers": {
        "@ScrapeGraphAI-scrapegraph-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "@smithery/cli@latest",
                "run",
                "@ScrapeGraphAI/scrapegraph-mcp",
                "--config",
                "\"{\\\"scrapegraphApiKey\\\":\\\"YOUR-SGAI-API-KEY\\\"}\""
            ]
        }
    }
}

Remote Server

{
  "mcpServers": {
    "scrapegraph-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote@0.1.25",
        "https://scrapegraph-mcp.onrender.com/mcp",
        "--header",
        "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.