MCP Catalogs
Home

cdpilot vs time

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

cdpilot
by mehmetnadir
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4477
Official
Categories
Browser AutomationDeveloper ToolsWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

cdpilot · Summary

Zero-dependency browser automation CLI with MCP server for AI agents, offering 70+ commands and stealth mode.

time · Summary

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

cdpilot · Use cases

  • Automated web scraping and data extraction without installing heavy dependencies
  • AI agent-controlled browser interaction for web applications testing
  • Stealth mode automation for accessing sites with anti-bot measures

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

cdpilot · Install

Installation

# Use directly (no install needed)
npx cdpilot <command>

# Or install globally
npm i -g cdpilot

**Requirements:** Node.js 18+ and one of: Brave Browser, Google Chrome, or Chromium.

First-time setup

npx cdpilot setup     # Auto-detect browser, create isolated profile
npx cdpilot launch    # Start browser with CDP enabled
npx cdpilot status    # Check connection

Claude Desktop Configuration

Add the following to your Claude Desktop configuration file:

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