$ timeahead.in
/ servers/npm/@google-cloud/storage-mcp
npm

@google-cloud/storage-mcp

Model Context Protocol (MCP) Server for interacting with GCS APIs

819 stars2k/wkupdated 1d agogithub ↗
88good
▣ Overview
gcloud-mcp Servers CILicenseVersionVersionVersionVersion

What it does

The server equips Claude with tools to interact with Google Cloud Storage, one of several GCS-focused servers in the gcloud-mcp ecosystem. It exposes thirteen operations for bucket and object management—listing buckets, uploading files, retrieving metadata, and more—allowing you to work with cloud storage through natural language instead of gcloud CLI commands.

Who it's for

Backend engineers and DevOps teams who manage GCS infrastructure and want to automate routine storage tasks through Claude, or integrate GCS workflows into broader cloud automation pipelines.

Common use cases

  • Upload application logs or artifacts to a versioned GCS bucket as part of a build or deployment process
  • Query bucket contents and metadata without switching context away from Claude
  • Automate backup or archive operations by writing objects to long-term storage buckets
  • Chain GCS operations with other Google Cloud tasks in a single Claude session

Setup pitfalls

  • Requires the gcloud CLI installed and authenticated to your Google Cloud project; credentials must be scoped to GCS
  • CI tests are currently failing, a red flag for stability—test against your setup before production deployment
  • Reads and writes to the local filesystem and makes network calls to GCS; the high risk classification reflects this surface area. Use a narrowly scoped service account and run in a sandboxed environment
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
69
13.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
87.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high· 13 tools · auth: API key
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
list_log_entries✓ no
list_log_names✓ no
list_buckets✓ no
list_views✓ no
list_sinks✓ no
+8 more tools
list_log_scopes✓ no
list_metric_descriptors✓ no
list_time_series✓ no
list_alert_policies✓ no
list_alerts✓ no
list_traces✓ no
get_trace✓ no
list_group_stats✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "google-cloudstorage": {
      "command": "npx",
      "args": [
        "-y",
        "@google-cloud/storage-mcp"
      ]
    }
  }
}
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)18
top contributor share25%
releases (1y)26
last release30d ago
ci⚠ failing
⛁ Raw data
weekly downloads2k
github stars819
forks73
open issues44
license✓ present
readme length20053 chars
last publish0d ago
last commit1d ago
last updated12h ago
install verified✗ fail · 14d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points