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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Lists all GCP projects associated with the user's account.
Displays the user's compute instances.
Shows all storage buckets owned by the user.
Creates a new compute instance with specified parameters: RAM (e.g., '2GB'), storage (e.g., '10GB'), and instance name (e.g., 'MCP-engine').
Creates a new storage bucket with a specified name (e.g., 'my-backup-bucket') and location (e.g., 'us-central1').
Sets up a new VPC network with a specified name (e.g., 'prod-network') and subnet (e.g., '10.0.0.0/24').
Stops all compute instances in the specified project (e.g., 'dev project').
Displays all instances that have been running for more than 24 hours.
Checks the current CPU usage of a specified instance (e.g., 'backend-server').
Creates a snapshot of the user's database disk.
Sets up an alert for when CPU usage exceeds a specified threshold (e.g., 80%).
Displays all critical alerts from the last 24 hours.
Checks the current status of the user's GKE clusters.