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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Lists all GCP projects associated with the user's account.
Displays all compute instances in the user's account.
Shows all storage buckets the user has.
Creates a compute instance with specified parameters. Parameters: RAM (string), storage (string), name (string).
Creates a new storage bucket in a specified location. Parameters: bucket name (string), location (string).
Sets up a new VPC network with specified parameters. Parameters: network name (string), subnet (string).
Stops all compute instances in a specified GCP project. Parameters: project name (string).
Displays all instances that have been running for more than a specified duration.
Checks the current CPU usage of a specified instance. Parameters: instance name (string).
Creates a snapshot of the specified database disk.
Sets up an alert for when CPU usage exceeds a specified threshold. Parameters: threshold (integer).
Displays all critical alerts from the last specified duration.
Checks the current status of the user's GKE clusters.