McpMux
Back to Registry

Google Cloud Run (npx) MCP Server

Community

Contributed by Google Cloud

Deploy and manage applications on Google Cloud Run directly from your AI client. Deploy local folders or file contents, list and inspect services, read logs, and manage GCP projects. Uses your local gcloud Application Default Credentials.

About the Google Cloud Run (npx) MCP Server

The Google Cloud Run (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Deploy and manage applications on Google Cloud Run directly from your AI client. Deploy local folders or file contents, list and inspect services, read logs, and manage GCP projects. Uses your local gcloud Application Default Credentials. This is a community-contributed MCP server by Google Cloud.

Install the Google Cloud Run (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@google-cloud/cloud-run-mcp"
  ],
  "env": {
    "GOOGLE_CLOUD_PROJECT": "${input:GOOGLE_CLOUD_PROJECT}",
    "GOOGLE_CLOUD_REGION": "${input:GOOGLE_CLOUD_REGION}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "GOOGLE_CLOUD_PROJECT",
        "label": "Google Cloud Project ID",
        "description": "Optional. Default GCP project ID to use for deployments. If omitted, the server can list projects and prompt you to pick one.",
        "type": "text",
        "required": false,
        "secret": false,
        "placeholder": "my-gcp-project-id"
      },
      {
        "id": "GOOGLE_CLOUD_REGION",
        "label": "Google Cloud Region",
        "description": "Optional. Default Cloud Run region for deployments (e.g. us-central1). Defaults to europe-west1 if not set.",
        "type": "text",
        "required": false,
        "secret": false,
        "placeholder": "us-central1"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
ToolsPrompts

Categories

Tags

google-cloudgcpcloud-rundeploymentserverlesscontainers

Supported AI Clients

The Google Cloud Run (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Google Cloud Run (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.