MCP Catalogs
Home

google-docs-mcp vs time

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

google-docs-mcp
by jag-k
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3377
Official
Categories
ProductivityAI / LLM ToolsCloud Storage
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit8 mo agothis month

google-docs-mcp · Summary

An MCP server for Google Docs that enables reading documents, managing comments, and text manipulation via OAuth authentication.

time · Summary

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

google-docs-mcp · Use cases

  • Automate document processing tasks by reading content and generating reports
  • Integrate Google Docs with AI assistants for enhanced document management
  • Create workflows that interact with comments and track document changes

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-docs-mcp · Install

Installation

Using CLI (recommended):

# Install the package
pip install google-docs-mcp

# Authorize
google-docs-mcp auth authorize

# Start server
google-docs-mcp server

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google_docs_mcp": {
      "command": "google-docs-mcp",
      "args": ["server"]
    }
  }
}

Using uv:

# Install with uv
uv add google-docs-mcp

# Authorize
uv run google_docs_mcp auth authorize

# Start server
uv run google_docs_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.