MCP Catalogs
Home

mcp vs time

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

mcp
by BrowserMCP
time
by modelcontextprotocol
Stars★ 6,510★ 85,748
30d uses
Score5177
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit13 mo agothis month

mcp · Summary

Browser MCP enables AI applications to control your browser locally for automation tasks.

time · Summary

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

mcp · Use cases

  • Automating repetitive web tasks
  • Scraping data while avoiding detection
  • Controlling logged-in web applications via AI
  • Testing web applications with real browser context

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

Installation

  1. Install the Browser MCP Chrome extension from the Chrome Web Store
  2. Install the MCP server package:

``bash npm install -g @browsermcp/server ``

  1. Configure Claude Desktop:

``json { "mcpServers": { "browser-mcp": { "command": "npx", "args": ["@browsermcp/server"] } } } ``

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.