apify-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
apify-mcp-server by apify | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,223 | ★ 85,748 |
| 30d uses | — | — |
| Score | 55 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
apify-mcp-server · Summary
Apify MCP server enables AI agents to extract web data using thousands of pre-built scrapers and automation tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
apify-mcp-server · Use cases
- Extract data from social media platforms like Facebook and Instagram
- Scrape Google search results and maps for contact information
- Automate e-commerce price monitoring and product research
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
apify-mcp-server · Install
Installation
**HTTPS Endpoint (Recommended)**: Add to your MCP client configuration:
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com"
}
}
}**Via stdio**:
npm install -g @apify/actors-mcp-server**Claude Desktop Configuration**:
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["@apify/actors-mcp-server"]
}
}
}Set the APIFY_TOKEN environment variable in Claude Desktop or include it as a Bearer token in the Authorization header.
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"]
}
}
}