MCP Catalogs
Home

webclaw vs time

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

webclaw
by 0xMassi
time
by modelcontextprotocol
Stars★ 1,155★ 85,748
30d uses
Score5577
Official
Categories
Web ScrapingAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

webclaw · Summary

A Rust-based fast local-first web content extraction tool with MCP server for AI agents.

time · Summary

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

webclaw · Use cases

  • AI agent web access for clean page context
  • RAG ingestion from documentation sites
  • Competitor monitoring and content analysis

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

webclaw · Install

Installation Options

**Agent Setup (Recommended)**

npx create-webclaw

**Homebrew**

brew tap 0xMassi/webclaw
brew install webclaw

**Cargo**

cargo install --git https://github.com/0xMassi/webclaw.git webclaw-mcp
cargo install --git https://github.com/0xMassi/webclaw.git webclaw-cli

**Claude Desktop Configuration**

{
  "mcpServers": {
    "webclaw": {
      "command": "~/.webclaw/webclaw-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.