MCP Catalogs
Home

hanzi-browse vs time

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

hanzi-browse
by hanzili
time
by modelcontextprotocol
Stars★ 161★ 85,748
30d uses
Score4877
Official
Categories
Browser AutomationWeb ScrapingProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

hanzi-browse · Summary

MCP server that enables AI agents to browse local websites with site-specific playbooks for complex interactions.

time · Summary

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

hanzi-browse · Use cases

  • Automate data extraction from complex websites that have dynamic content
  • Enable AI agents to perform login workflows and form submissions
  • Integrate browser automation into AI coding assistants for testing and deployment

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

hanzi-browse · Install

# Install via npx
npx hanzi-browse setup

For Claude Desktop integration, add to Claude Desktop config:

{
  "mcpServers": {
    "hanzi-browse": {
      "command": "npx",
      "args": ["hanzi-browse", "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.