Server Directory
CloudIntermediate

Google Cloud Storage

by Google Cloud

GitHub
3.1k

Google Cloud Storage (GCS) integration for object storage and file management. Upload, download, manage buckets, set permissions, and access object lifecycle policies.

CAPABILITIES

  • Object upload and download
  • Bucket creation and management
  • IAM permission management
  • Object lifecycle policies
  • Signed URL generation
  • Versioning and retention

INSTALLATION

Terminal
npx -y @google-cloud/mcp-server-storage

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "gcs": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@google-cloud/mcp-server-storage"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Cloud
Difficulty
Intermediate
Maintained By
Google Cloud
NPM Package
@google-cloud/mcp-server-storage

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →