MCP Catalogs
Home

Scrapling vs time

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

Scrapling
by D4Vinci
time
by modelcontextprotocol
Stars★ 50,346★ 85,748
30d uses
Score6277
Official
Categories
Web ScrapingAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

Scrapling · Summary

Web scraping framework with adaptive parsing and anti-bot capabilities, now integrated as an MCP server.

time · Summary

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

Scrapling · Use cases

  • Extracting structured data from dynamic websites with changing layouts
  • Large-scale web crawling with automatic proxy rotation and anti-bot bypass
  • Integrating web scraping capabilities into AI agent workflows

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

Scrapling · Install

Installing Scrapling MCP Server

  1. Install the Scrapling package via pip:

``bash pip install scrapling ``

  1. Configure your MCP client to use the Scrapling server. For Claude Desktop, add to claude_desktop_config.json:

``json { "mcpServers": { "scrapling": { "command": "python", "args": ["-m", "scrapling", "mcp"] } } } ``

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.