MCP Catalogs
Home

comet-mcp vs time

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

comet-mcp
by hanzili
time
by modelcontextprotocol
Stars★ 155★ 85,748
30d uses
Score4777
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit4 mo agothis month

comet-mcp · Summary

MCP server connecting Claude Code to Perplexity Comet browser for intelligent web browsing and research.

time · Summary

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

comet-mcp · Use cases

  • Web research and information gathering
  • Account login and management across websites
  • Complex web navigation and form filling

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

comet-mcp · Install

Install the package via npm:

npm install -g comet-mcp

Add to Claude configuration (e.g., ~/.claude.json or .mcp.json):

{
  "mcpServers": {
    "comet-bridge": {
      "command": "npx",
      "args": ["-y", "comet-mcp"]
    }
  }
}

Install Perplexity Comet browser from https://www.perplexity.ai/comet and configure if needed with custom path:

{
  "mcpServers": {
    "comet-bridge": {
      "command": "npx",
      "args": ["-y", "comet-mcp"],
      "env": {
        "COMET_PATH": "/path/to/your/Comet"
      }
    }
  }
}

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.