MCP Catalogs
Home

puppeteer-mcp-claude vs time

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

puppeteer-mcp-claude
by jaenster
time
by modelcontextprotocol
Stars★ 38★ 85,748
30d uses
Score4777
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

puppeteer-mcp-claude · Summary

Browser automation MCP server for Claude using Puppeteer to control web pages, capture screenshots, and interact with websites.

time · Summary

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

puppeteer-mcp-claude · Use cases

  • Automated web scraping and data extraction from websites
  • Taking screenshots of web pages for documentation or analysis
  • Automated form filling and website interaction workflows

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

puppeteer-mcp-claude · Install

Install

**macOS / Linux**

curl -fsSL https://raw.githubusercontent.com/jaenster/puppeteer-mcp-claude/main/install.sh | bash

**Windows (PowerShell)**

iwr -useb https://raw.githubusercontent.com/jaenster/puppeteer-mcp-claude/main/install.ps1 | iex

**Manual installation**

npm install -g puppeteer-mcp-claude
claude mcp add puppeteer-mcp-claude -- npx -y puppeteer-mcp-claude serve

**Claude Desktop Configuration** Add to claude_desktop_config.json:

{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": ["-y", "puppeteer-mcp-claude", "serve"]
    }
  }
}

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.