time vs google_workspace_mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | google_workspace_mcp by taylorwilsdon | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2,410 |
| 30d uses | — | — |
| Score | 77 | 58 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityCommunicationDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
google_workspace_mcp · Summary
Comprehensive Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, and more with OAuth 2.1 support.
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
google_workspace_mcp · Use cases
- Automate email and calendar management through AI assistants
- Manage Google Drive files and permissions programmatically
- Create and edit documents, spreadsheets, and presentations through natural language commands
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"]
}
}
}google_workspace_mcp · Install
Installation
- Install the package via pip:
pip install workspace-mcp- Set up OAuth credentials in Google Cloud Console
- Launch the server:
uvx workspace-mcp --tool-tier coreClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"google-workspace": {
"command": "uvx",
"args": ["workspace-mcp", "--transport", "stdio"]
}
}
}