Gcloud
Freeby MCP Community
Model Context Protocol (MCP) Server for interacting with GCP APIs
v0.5.3Added Apr 12, 2026
gcloudgcpgoogle cloudmcpmcp server
Gcloud MCP Server
Model Context Protocol (MCP) Server for interacting with GCP APIs
Installation
Reviews
Installation
Quick install
npx -y @google-cloud/gcloud-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gcloud": {
"command": "npx",
"args": ["-y", "@google-cloud/gcloud-mcp"]
}
}
}