google-cloud/gcloud

MCP Server

Google Cloud MCP Server - GCP services management

Google Cloud Platform MCP server. Manage GCP resources, services, and operations.

MCP Server

  • Package: @google-cloud/gcloud-mcp
  • Transport: stdio
  • Command: npx -y @google-cloud/gcloud-mcp

Authentication

Service Account (JSON file)

VariableRequiredDescription
GOOGLE_APPLICATION_CREDENTIALSYesPath to service account JSON
GOOGLE_CLOUD_PROJECTYesGCP project ID

Available Tools

ToolDescription
*Auto-discovered*GCP resource management, cloud operations, data access

Configuration Example

toml
[[mcp.servers]]
name = "gcloud"
type = "stdio"
command = "npx"
args = ["-y", "@google-cloud/gcloud-mcp"]
timeout_seconds = 60
env = { GOOGLE_APPLICATION_CREDENTIALS = "your-value", GOOGLE_CLOUD_PROJECT = "your-value" }
tools = []

Notes: Official Google Cloud package.