MCP Catalogs
Home

browser-mcp-lite vs time

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

browser-mcp-lite
by karolaapiarian589
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3077
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

browser-mcp-lite · Summary

A lightweight MCP server for Chrome browser automation through extensions with secure token authentication.

time · Summary

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

browser-mcp-lite · Use cases

  • Automating browser interactions for web testing workflows
  • Extracting structured data from web pages using accessibility trees
  • Enabling AI agents to interact with web applications through MCP

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

browser-mcp-lite · Install

Installation

  1. Download the latest release from the GitHub repository
  2. Extract the ZIP file if needed
  3. Install the Chrome extension from the provided folder
  4. Launch the Windows application
  5. Configure token authentication between the app and extension

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "browser-mcp-lite": {
      "command": "path/to/browser-mcp-lite.exe",
      "args": [],
      "env": {
        "TOKEN": "your-auth-token"
      }
    }
  }
}

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.