time vs opentabs
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | opentabs by opentabs-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 579 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
opentabs · Summary
Browser automation server that authenticates with web APIs through browser sessions, exposing 100+ plugins with ~2,000 tools.
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
opentabs · Use cases
- Automating tasks across multiple web services without API keys
- Building custom AI agents that interact with web applications
- Creating workflows that integrate authenticated API calls
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"]
}
}
}opentabs · Install
# Install CLI globally
npm install -g @opentabs-dev/cli
# Start the server
opentabs start- Go to
chrome://extensions/in Chrome (enable Developer mode) - Load the extension from
~/.opentabs/extension(Load unpacked)
For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"opentabs": {
"command": "npx",
"args": ["@opentabs-dev/cli", "mcp"]
}
}
}