Google Cloud Platform
About
Integrates with Google Cloud Platform services, providing tools for interacting with Compute Engine, Cloud Storage, Cloud Functions, Cloud Run, BigQuery, and more using official client libraries and robust error handling.
Details
- Author
- eniayomi
- Repository
- eniayomi/gcp-mcp
- GitHub stars
- 170
- Downloads
- 3,006
- License
- MIT License
- Categories
- Productivity, Developer Tools, Design, File Management, Search, Cloud Service, Infrastructure
- Tags
- #integration
Jump to
🔍 Query and modify GCP resources using natural language
☁️ Support for multiple GCP projects
🌐 Multi-region support
🔐 Secure credential handling (no credentials are exposed to external services)
🏃♂️ Local execution with your GCP credentials
🔄 Automatic retries for improved reliability
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Google Cloud PlatformCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
gcp-mcp
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Start by selecting a project or asking questions like:
"List all GCP projects I have access to"
"Show me all Cloud SQL instances in project X"
"What's my current billing status?"
"Show me the logs from my Cloud Run services"
"List all GKE clusters in us-central1"
"Show me all Cloud Storage buckets in project X"
"What Cloud Functions are deployed in us-central1?"
"List all Cloud Run services"
- "Show me BigQuery datasets and tables"
1. Set up GCP credentials:
- Set up application default credentials using
gcloud auth application-default login
2. Refresh your AI assistant (Claude Desktop/Cursor/Windsurf)
run-gcp-code
Execute GCP API calls using TypeScript code.
list-projects
List all accessible GCP projects.
select-project
Select a GCP project for subsequent operations.
get-billing-info
Get billing information for the current project.
get-cost-forecast
Get cost forecast for the current project.
get-billing-budget
Get billing budgets for the current project.
list-gke-clusters
List all GKE clusters in the current project.
list-sql-instances
List all Cloud SQL instances in the current project.
get-logs
Get Cloud Logging entries for the current project.
1. run-gcp-code: Execute GCP API calls using TypeScript code
2. list-projects: List all accessible GCP projects
3. select-project: Select a GCP project for subsequent operations
4. get-billing-info: Get billing information for the current project
5. get-cost-forecast: Get cost forecast for the current project
6. get-billing-budget: Get billing budgets for the current project
7. list-gke-clusters: List all GKE clusters in the current project
8. list-sql-instances: List all Cloud SQL instances in the current project
9. get-logs: Get Cloud Logging entries for the current project
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"google cloud platform": {
"env": {},
"args": [
"-y",
"gcp-mcp"
],
"shell": true,
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"gcp-mcp"
],
"shell": true,
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"gcp-mcp"
],
"shell": true,
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"gcp-mcp"
],
"shell": false,
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





