izan.io vs time
Side-by-side comparison to help you pick between these two MCP servers.
izan.io by ekingunoncu | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 29 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
izan.io · Summary
Chrome extension that turns any browser into an MCP server for AI automation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
izan.io · Use cases
- Automate web data extraction for research and analysis
- Create AI agents that can interact with web applications
- Build custom browser automation tools without programming knowledge
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
izan.io · Install
- Install the Chrome Extension from the Chrome Web Store.
- Add to your MCP client config:
{
"mcpServers": {
"izan": {
"command": "npx",
"args": ["izan-mcp"]
}
}
}- The extension connects automatically with built-in tools ready to use.
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"]
}
}
}