time vs DrissionPageMCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | DrissionPageMCP by wxhzhwxhzh | |
|---|---|---|
| Stars | ★ 85,748 | ★ 214 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationWeb ScrapingDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
DrissionPageMCP · Summary
A browser automation MCP server using DrissionPage and FastMCP for AI-controlled web operations.
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
DrissionPageMCP · Use cases
- Automated web testing with AI-based element detection
- Web scraping with intelligent data extraction
- AI-controlled website interaction for automation workflows
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"]
}
}
}DrissionPageMCP · Install
Installation
- Clone the repository locally
- Install dependencies with uv:
uv install - Configure your editor's MCP settings:
{
"mcpServers": {
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "<path_to_repo>", "run", "main.py"]
}
}
}- Optional: Use the MCP inspector for debugging:
mcp dev <path_to_repo>/main.py