MCP Catalogs
Home

mcp-server-webscan vs time

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

mcp-server-webscan
by bsmi021
time
by modelcontextprotocol
Stars★ 12★ 85,748
30d uses
Score3777
Official
Categories
Web ScrapingDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

mcp-server-webscan · Summary

MCP server for web scanning with page fetching, link extraction, crawling, and sitemap generation.

time · Summary

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

mcp-server-webscan · Use cases

  • Content analysis by fetching web pages and converting them to Markdown for easier processing
  • Website auditing by extracting links and checking for broken links across pages
  • SEO analysis by generating XML sitemaps and discovering site structure through crawling

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

Installing via Smithery

To install Webscan for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-server-webscan):

npx -y @smithery/cli install mcp-server-webscan --client claude

Manual Installation

# Clone the repository
git clone <repository-url>
cd mcp-server-webscan

# Install dependencies
npm install

# Build the project
npm run build

Claude Desktop Configuration

{
  "mcpServers": {
    "webscan": {
      "command": "node",
      "args": ["path/to/mcp-server-webscan/build/index.js"],
      "env": {
        "NODE_ENV": "development",
        "LOG_LEVEL": "info"
      }
    }
  }
}

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.