Enables natural language querying and management of Google Cloud Platform resources including Compute Engine, Cloud Storage, Cloud Functions, Cloud Run, BigQuery, Cloud SQL, GKE clusters, Cloud Logging, and billing information across multiple GCP projects and regions.
GCP MCP
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Features
- 🔍 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
Prerequisites
- Node.js
- Amazon Q CLI/Claude Desktop/Cursor/Windsurf
- GCP credentials configured locally (application default credentials)
Installation
- Clone the repository:
- Install dependencies:
- Build the project:
Configuration
Amazon Q CLI
Add the following configuration to your Q CLI MCP settings:
Replace /path/to/gcp-ops-mcp
with the actual path to your project directory.
Claude Desktop
- Open Claude desktop app and go to Settings -> Developer -> Edit Config
- Add the following entry to your
claude_desktop_config.json
:
via npm:
If you installed from source:
Replace /path/to/gcp-mcp
with the actual path to your project directory if using source installation.
Cursor
- Open Cursor and go to Settings (⌘,)
- Navigate to AI -> Model Context Protocol
- Add a new MCP configuration:
Windsurf
- Open
~/.windsurf/config.json
(create if it doesn't exist) - Add the MCP configuration:
GCP Setup
- Set up GCP credentials:
- Set up application default credentials using
gcloud auth application-default login
- Set up application default credentials using
- Refresh your AI assistant (Claude Desktop/Cursor/Windsurf)
Usage
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"
Available Tools
run-gcp-code
: Execute GCP API calls using TypeScript codelist-projects
: List all accessible GCP projectsselect-project
: Select a GCP project for subsequent operationsget-billing-info
: Get billing information for the current projectget-cost-forecast
: Get cost forecast for the current projectget-billing-budget
: Get billing budgets for the current projectlist-gke-clusters
: List all GKE clusters in the current projectlist-sql-instances
: List all Cloud SQL instances in the current projectget-logs
: Get Cloud Logging entries for the current project
Example Interactions
- List available projects:
- Select a project:
- Check billing status:
- View logs:
Supported Services
- Google Compute Engine
- Cloud Storage
- Cloud Functions
- Cloud Run
- BigQuery
- Cloud SQL
- Google Kubernetes Engine (GKE)
- Cloud Logging
- Cloud Billing
- Resource Manager
- More coming soon...
Troubleshooting
To see logs:
Common issues:
- Authentication errors: Ensure you've run
gcloud auth application-default login
- Permission errors: Check IAM roles for your account
- API errors: Verify that required APIs are enabled in your project
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Enables AI assistants to interact with Google Cloud Platform resources through natural language queries. Supports querying and managing GCP services like Compute Engine, Cloud Storage, BigQuery, and more across multiple projects and regions.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Google Cloud Platform environments through natural language, allowing users to query and manage GCP resources during conversations.Last updated -9155152MIT License
- AsecurityFlicenseAqualityEnables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.Last updated -5621
- -securityAlicense-qualityEnables AI assistants to interact with and manage Google Cloud Platform resources including Compute Engine, Cloud Run, Storage, BigQuery, and other GCP services through a standardized MCP interface.Last updated -4MIT License
- -securityAlicense-qualityEnables AI assistants to manage Google Cloud Dataproc clusters and jobs through a standardized interface. Supports cluster creation/deletion, job submission (Spark, PySpark, Hive, etc.), and serverless batch operations.Last updated -12MIT License