brightdata-mcp-adk-hackathon vs time
Side-by-side comparison to help you pick between these two MCP servers.
brightdata-mcp-adk-hackathon by arjunprabhulal | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this month |
brightdata-mcp-adk-hackathon · Summary
Professional web scraping platform using BrightData MCP server with 50+ tools and Google ADK integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
brightdata-mcp-adk-hackathon · Use cases
- E-commerce price comparison and product data extraction
- Social media trend analysis and content monitoring
- Business intelligence and competitive research
- News aggregation and content analysis
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
brightdata-mcp-adk-hackathon · Install
Installation
Prerequisites
- Python 3.11+
- Node.js 20+
- Docker & Docker Compose
- BrightData API credentials
- Google AI API key
Quick Start
- Clone the repository:
git clone https://github.com/arjunprabhulal/brightdata-mcp-adk-hackathon.git
cd brightdata-mcp-adk-hackathon- Configure environment:
cp backend/config/.env.example backend/config/.env
# Edit .env with your API credentials- Start with Docker:
docker compose up -dClaude Desktop Configuration
{
"mcpServers": {
"brightdata-mcp": {
"command": "python",
"args": ["path/to/brightdata/mcp/server.py"],
"env": {
"BRIGHTDATA_API_TOKEN": "your_token_here"
}
}
}
}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"]
}
}
}