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
By Google
Installation
npm install -g @anthropic/gcloud-mcp-serverConfiguration
{
"mcpServers": {
"gcp": {
"command": "npx",
"args": ["-y", "@anthropic/gcloud-mcp-server"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account.json"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes