Google Cloud
Official
🏗️ Infrastructure
The official Google Cloud MCP server lets AI assistants interact with your GCP environment using the gcloud CLI. Manage Compute Engine, Cloud Storage, BigQuery, Cloud Run, and all GCP services through natural language.
Tags
Tools (13)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-cloud": {
"command": "npx",
"args": [
"-y",
"@google-cloud/gcloud-mcp"
],
"env": {
"GOOGLE_CLOUD_PROJECT": "your-google-cloud-project-here",
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
}
}
}
}