MCP Catalogs
Home

mcp-screenshot-website-fast vs time

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

mcp-screenshot-website-fast
by just-every
time
by modelcontextprotocol
Stars★ 106★ 85,748
30d uses
Score5077
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

mcp-screenshot-website-fast · Summary

MCP server for fast webpage screenshots optimized for AI vision workflows with automatic tiling.

time · Summary

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

mcp-screenshot-website-fast · Use cases

  • Capture website content for AI analysis and processing
  • Automatically take screenshots of dynamic web content for documentation
  • Create screencasts of web pages with JavaScript injection 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

mcp-screenshot-website-fast · Install

Installation

Claude Desktop

Add to ~/.claude/config.json:

{
  "mcpServers": {
    "screenshot-website-fast": {
      "command": "npx",
      "args": ["-y", "@just-every/mcp-screenshot-website-fast"]
    }
  }
}

VS Code

code --add-mcp '{"name":"screenshot-website-fast","command":"npx","args":["-y","@just-every/mcp-screenshot-website-fast"]}'

Raw JSON (works in any MCP client)

{
  "mcpServers": {
    "screenshot-website-fast": {
      "command": "npx",
      "args": ["-y", "@just-every/mcp-screenshot-website-fast"]
    }
  }
}

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.