MCP Catalogs
Home

webmcp-bridge vs time

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

webmcp-bridge
by holon-run
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4477
Official
Categories
Browser AutomationDeveloper ToolsWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

webmcp-bridge · Summary

A bridge that connects local MCP clients to browser WebMCP tools through Playwright, supporting both native and injected adapters.

time · Summary

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

webmcp-bridge · Use cases

  • Connect local MCP clients to browser-only WebMCP tools like those on websites requiring authentication
  • Enable human-AI collaboration on the same web page with shared browser context
  • Automate interactions with websites that don't natively support WebMCP through adapter injection

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

webmcp-bridge · Install

# Install Playwright browsers first
npx playwright install

# Install from npm
npm install -g @webmcp-bridge/local-mcp

# Run directly
npx -y @webmcp-bridge/local-mcp --url https://board.holon.run --headless

# Or with uxc (recommended for stable shortcuts)
uxc link board-webmcp-ui "npx -y @webmcp-bridge/local-mcp --url https://board.holon.run --no-headless"

Claude Desktop configuration:

{
  "mcpServers": {
    "webmcp-bridge": {
      "command": "npx",
      "args": ["-y", "@webmcp-bridge/local-mcp", "--url", "https://board.holon.run"]
    }
  }
}

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.