Google Cloud Platform integration — manage GCP resources, Cloud Storage, BigQuery, and more
GOOGLE_APPLICATION_CREDENTIALSnpx @getmcp/cli add gcpConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-gcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": ""
}
}
}
}