MCP Catalogs
Home

claude-code-google-workspace vs time

Side-by-side comparison to help you pick between these two MCP servers.

claude-code-google-workspace
by evolsb
time
by modelcontextprotocol
Stars★ 20★ 85,748
30d uses
Score4377
Official
Categories
ProductivityCommunicationDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageShellTypeScript
Last commit2 mo agothis month

claude-code-google-workspace · Summary

MCP servers for Google Workspace (Gmail, Drive, Calendar, Sheets, Docs) and Slack with multi-account support.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

claude-code-google-workspace · Use cases

  • Accessing emails and documents across multiple Google accounts
  • Managing calendar events and tasks from Slack and Google Workspace
  • Searching and retrieving content from Google Drive and Slack conversations

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

claude-code-google-workspace · Install

Quick Start

  1. Clone this repo and open Claude Code in it
git clone https://github.com/YOUR_USERNAME/claude-code-google-workspace.git
cd claude-code-google-workspace
claude
  1. Tell Claude Code: "Set up Google Workspace MCP for me"
  2. Restart Claude Code to load the new MCP servers

Manual Setup

Refer to [docs/manual-setup.md](docs/manual-setup.md) for detailed step-by-step instructions.

Configuration

Create .mcp.json at project root with:

{
  "mcpServers": {
    "gws-personal": {
      "command": "bash",
      "args": ["./gws-token-wrapper.sh", "personal.json"]
    },
    "slack": {
      "command": "npx",
      "args": ["slack-mcp-server"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.