MCP Catalogs
Home

google-cloud-mcp vs time

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

google-cloud-mcp
by krzko
time
by modelcontextprotocol
Stars★ 78★ 85,748
30d uses
Score4577
Official
Categories
Cloud StorageDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit5 mo agothis month

google-cloud-mcp · Summary

A comprehensive MCP server providing access to multiple Google Cloud services including billing, monitoring, IAM, Spanner, and more.

time · Summary

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

google-cloud-mcp · Use cases

  • DevOps engineers monitoring cloud infrastructure costs and performance
  • Developers debugging applications using error reporting and logs
  • Security teams auditing IAM permissions and access controls

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

# Clone and install the repository
git clone https://github.com/krzko/google-cloud-mcp.git
cd google-cloud-mcp
pnpm install
pnpm build

# Authenticate to Google Cloud
gcloud auth application-default login

# Configure in Claude Desktop
{
  "mcpServers": {
    "google-cloud-mcp": {
      "command": "node",
      "args": ["/path/to/google-cloud-mcp/dist/index.js"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
      }
    }
  }
}

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.