---
name: GCloud Tools Setup
slug: gcloud-tools-setup
category: DevOps
description: "GCloud Tools Setup guides users through configuring GCloud MCP credentials and resolving common errors such as 'ADC not found' or 'project not set'. Use it when encountering GCloud authentication errors or needing GCloud integration."
github: "https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools/skills/setup"
language: Python
stars: 1086
forks: 102
install: "npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools/skills/setup ~/.claude/skills/setup"
installs_to: ~/.claude/skills/setup
source_path: plugins/gcloud-tools/skills/setup/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/fcakyon/claude-codex-settings"
added: 2026-08-20T07:56:42.846Z
last_synced: 2026-08-20T07:56:42.846Z
canonical_url: "https://dirskills.com/skills/gcloud-tools-setup"
---

# GCloud Tools Setup

GCloud Tools Setup guides users through configuring GCloud MCP credentials and resolving common errors such as 'ADC not found' or 'project not set'. Use it when encountering GCloud authentication errors or needing GCloud integration.

**Install:**

```bash
npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools/skills/setup ~/.claude/skills/setup
```

## README

# GCloud Tools Setup

Run `/gcloud-tools:setup` to configure GCloud MCP.

## Quick Fixes

- **ADC not found** - Run `gcloud auth application-default login`
- **Project not set** - Run `gcloud config set project PROJECT_ID`
- **Permission denied** - Check IAM roles in Cloud Console

## Don't Need GCloud?

Disable via `/mcp` command to prevent errors.
