About
Overview
The Google Cloud Platform MCP Server enables AI agents to manage GCP resources. It provides tools for working with Compute Engine instances, Cloud Run services, Cloud Storage buckets, BigQuery datasets, and other GCP services. Uses Google service account credentials for authentication.
Capabilities
Tools & Capabilities
⚡list_instances
List Compute Engine instances
⚡list_cloud_run_services
List Cloud Run services
⚡list_buckets
List Cloud Storage buckets
⚡list_functions
List Cloud Functions
⚡list_clusters
List GKE clusters
Setup
Installation
bash
Install
npx -y mcp-server-gcpExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"gcp": {
"command": "npx",
"args": ["-y", "mcp-server-gcp"],
"env": {
"GOOGLE_PROJECT_ID": "your-project",
"GOOGLE_APPLICATION_CREDENTIALS": "./service-account.json"
}
}
}
}Quick Info
Authorgoogle-cloud
LanguageTypeScript
StatusStable
Stars★ 210
Last UpdatedFeb 12, 2026