PluginBench
MCP Server

com.pulsemcp/gcs MCP Server

com.pulsemcp/gcs

What is the com.pulsemcp/gcs MCP server?

MCP server for Google Cloud Storage with fine-grained tool access control.

How to install com.pulsemcp/gcs

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GCS_PROJECT_ID
    required

    Google Cloud project ID.

  • GCS_SERVICE_ACCOUNT_KEY_FILE
    secret

    Path to service account key JSON file.

  • GCS_SERVICE_ACCOUNT_KEY_JSON
    secret

    Service account key JSON contents (inline).

  • GCS_BUCKET

    Constrain all operations to a single bucket (hides bucket-level tools).

  • GCS_ENABLED_TOOLGROUPS

    Comma-separated tool groups to enable (readonly, readwrite, delete).

  • GCS_ENABLED_TOOLS

    Comma-separated list of specific tools to enable (overrides groups).

  • GCS_DISABLED_TOOLS

    Comma-separated list of specific tools to disable.

  • SKIP_HEALTH_CHECKS

    Skip health checks on startup.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gcs": {
      "command": "npx",
      "args": [
        "-y",
        "gcs-google-mcp-server",
        "-y"
      ],
      "env": {
        "GCS_PROJECT_ID": "<YOUR_GCS_PROJECT_ID>",
        "GCS_SERVICE_ACCOUNT_KEY_FILE": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_FILE>",
        "GCS_SERVICE_ACCOUNT_KEY_JSON": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_JSON>",
        "GCS_BUCKET": "<YOUR_GCS_BUCKET>",
        "GCS_ENABLED_TOOLGROUPS": "<YOUR_GCS_ENABLED_TOOLGROUPS>",
        "GCS_ENABLED_TOOLS": "<YOUR_GCS_ENABLED_TOOLS>",
        "GCS_DISABLED_TOOLS": "<YOUR_GCS_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gcs": {
      "command": "npx",
      "args": [
        "-y",
        "gcs-google-mcp-server",
        "-y"
      ],
      "env": {
        "GCS_PROJECT_ID": "<YOUR_GCS_PROJECT_ID>",
        "GCS_SERVICE_ACCOUNT_KEY_FILE": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_FILE>",
        "GCS_SERVICE_ACCOUNT_KEY_JSON": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_JSON>",
        "GCS_BUCKET": "<YOUR_GCS_BUCKET>",
        "GCS_ENABLED_TOOLGROUPS": "<YOUR_GCS_ENABLED_TOOLGROUPS>",
        "GCS_ENABLED_TOOLS": "<YOUR_GCS_ENABLED_TOOLS>",
        "GCS_DISABLED_TOOLS": "<YOUR_GCS_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gcs": {
      "command": "npx",
      "args": [
        "-y",
        "gcs-google-mcp-server",
        "-y"
      ],
      "env": {
        "GCS_PROJECT_ID": "<YOUR_GCS_PROJECT_ID>",
        "GCS_SERVICE_ACCOUNT_KEY_FILE": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_FILE>",
        "GCS_SERVICE_ACCOUNT_KEY_JSON": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_JSON>",
        "GCS_BUCKET": "<YOUR_GCS_BUCKET>",
        "GCS_ENABLED_TOOLGROUPS": "<YOUR_GCS_ENABLED_TOOLGROUPS>",
        "GCS_ENABLED_TOOLS": "<YOUR_GCS_ENABLED_TOOLS>",
        "GCS_DISABLED_TOOLS": "<YOUR_GCS_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gcs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gcs-google-mcp-server",
        "-y"
      ],
      "env": {
        "GCS_PROJECT_ID": "<YOUR_GCS_PROJECT_ID>",
        "GCS_SERVICE_ACCOUNT_KEY_FILE": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_FILE>",
        "GCS_SERVICE_ACCOUNT_KEY_JSON": "<YOUR_GCS_SERVICE_ACCOUNT_KEY_JSON>",
        "GCS_BUCKET": "<YOUR_GCS_BUCKET>",
        "GCS_ENABLED_TOOLGROUPS": "<YOUR_GCS_ENABLED_TOOLGROUPS>",
        "GCS_ENABLED_TOOLS": "<YOUR_GCS_ENABLED_TOOLS>",
        "GCS_DISABLED_TOOLS": "<YOUR_GCS_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Claude Code
claude mcp add gcs --env GCS_PROJECT_ID=<YOUR_GCS_PROJECT_ID> --env GCS_SERVICE_ACCOUNT_KEY_FILE=<YOUR_GCS_SERVICE_ACCOUNT_KEY_FILE> --env GCS_SERVICE_ACCOUNT_KEY_JSON=<YOUR_GCS_SERVICE_ACCOUNT_KEY_JSON> --env GCS_BUCKET=<YOUR_GCS_BUCKET> --env GCS_ENABLED_TOOLGROUPS=<YOUR_GCS_ENABLED_TOOLGROUPS> --env GCS_ENABLED_TOOLS=<YOUR_GCS_ENABLED_TOOLS> --env GCS_DISABLED_TOOLS=<YOUR_GCS_DISABLED_TOOLS> --env SKIP_HEALTH_CHECKS=<YOUR_SKIP_HEALTH_CHECKS> -- npx -y gcs-google-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →

MCP server for Good Eggs grocery shopping automation using Playwright.

View repository →