MCP Catalogs
Home

cloud-run-mcp vs time

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

cloud-run-mcp
by GoogleCloudPlatform
time
by modelcontextprotocol
Stars★ 608★ 85,748
30d uses
Score5377
Official
Categories
Ops & InfraDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

cloud-run-mcp · Summary

MCP server that enables AI agents to deploy applications to Google Cloud Run with comprehensive tool support and authentication options.

time · Summary

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

cloud-run-mcp · Use cases

  • AI-assisted development environments deploying code directly to Cloud Run
  • Automated CI/CD pipelines using AI agents to manage Cloud Run services
  • Chat-based interfaces managing Google Cloud infrastructure through natural language

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

cloud-run-mcp · Install

Installation

Quick Start (Node.js)

"mcpServers": {
  "cloud-run": {
    "command": "npx",
    "args": ["-y", "@google-cloud/cloud-run-mcp"]
  }
}

With Claude Desktop

Add to your Claude Desktop config file (claude_desktop_config.json):

{
  "mcpServers": {
    "cloud-run": {
      "command": "npx",
      "args": ["-y", "@google-cloud/cloud-run-mcp"],
      "env": {
        "GOOGLE_CLOUD_PROJECT": "your-project-id",
        "GOOGLE_CLOUD_REGION": "your-region",
        "DEFAULT_SERVICE_NAME": "your-service-name"
      }
    }
  }
}

Using Docker

{
  "mcpServers": {
    "cloud-run": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e", "GOOGLE_APPLICATION_CREDENTIALS",
        "-v", "/local/path:/local/path",
        "mcp/cloud-run-mcp:latest"
      ],
      "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.