Back to MCP Servers

Google Cloud Platform

Interact with Google Cloud services including Compute Engine, Cloud Storage, BigQuery, Cloud Run, and more through the gcloud CLI

gcpgoogle-cloudcloudinfrastructureofficial

Installation

npm install -g @anthropic/gcloud-mcp-server

Configuration

{
  "mcpServers": {
    "gcp": {
      "command": "npx",
      "args": ["-y", "@anthropic/gcloud-mcp-server"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account.json"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub