time vs x-twitter-scraper
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | x-twitter-scraper by Xquik-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 82 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingCommunicationDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
x-twitter-scraper · Summary
MCP server with 2 tools for Twitter/X data extraction and API interaction via 100+ endpoints.
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
x-twitter-scraper · Use cases
- Extracting tweet data and user profiles for social media analytics
- Automating social media content monitoring and engagement tracking
- Building applications that interact with Twitter/X through AI agents
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"]
}
}
}x-twitter-scraper · Install
Installation
Install via the skills CLI (auto-detects your installed agents):
npx skills@1.5.3 add Xquik-dev/x-twitter-scraperFor Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"x-twitter-scraper": {
"command": "node",
"args": ["/path/to/x-twitter-scraper/dist/index.js"]
}
}
}