GCP MCP Server provides a comprehensive interface for Claude to manage Google Cloud Platform resources through natural language commands. Built with Python, it integrates with numerous GCP APIs including Compute Engine, Storage, IAM, Networking, Kubernetes, and Databases. The implementation handles authentication automatically through browser-based OAuth flow and offers tools for resource creation, monitoring, and management across all major GCP services. When configured in Claude Desktop, it enables users to perform complex cloud operations like creating compute instances, managing storage buckets, checking billing information, and monitoring resources without leaving the conversation interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List all GCP projects associated with the user's account.
Display all compute instances in the user's GCP account.
Show all storage buckets in the user's GCP account.
Create a compute instance with specified resources. Parameters: RAM (string), storage (string), name (string).
Create a new storage bucket with a specified name and location. Parameters: bucket_name (string), location (string).
Set up a new VPC network with a specified name and subnet. Parameters: network_name (string), subnet (string).
Stop all compute instances within a specified project. Parameters: project_name (string).
Show all compute instances that have been running for more than a specified duration. Parameters: duration (string).
Get the current CPU usage of a specified compute instance. Parameters: instance_name (string).
Create a snapshot of the database disk.
Set up an alert for CPU usage exceeding a specified threshold. Parameters: threshold (int).
Display all critical alerts from the last specified duration. Parameters: duration (string).
Get the current status of all GKE clusters in the user's account.