GCP MCP

GCP MCP

Enables 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.

Category
Visit Server

README

GCP MCP Application

Claude Desktop Integration

To enable GCP management capabilities in Claude Desktop, simply add the following configuration to your Claude Desktop MCP configuration:

{
  "gcp-mcp": {
    "command": "uvx",
    "args": [
      "gcp-mcp"
    ]
  }
}

That's it! No additional setup or credential manipulation is required. When you first ask Claude to interact with your GCP resources, a browser window will automatically open for you to authenticate and grant access. Once you approve the access, Claude will be able to manage your GCP resources through natural language commands.

Here are some example requests you can make:

Basic Operations:

  • "Could you list my GCP projects?"
  • "Show me my compute instances"
  • "What storage buckets do I have?"

Resource Creation:

  • "Please create a compute instance with 2GB RAM and 10GB storage, name it MCP-engine"
  • "Create a new storage bucket called my-backup-bucket in us-central1"
  • "Set up a new VPC network named prod-network with subnet 10.0.0.0/24"

Resource Management:

  • "Stop all compute instances in the dev project"
  • "Show me all instances that have been running for more than 24 hours"
  • "What's the current CPU usage of my instance named backend-server?"
  • "Create a snapshot of my database disk"

Monitoring and Alerts:

  • "Set up an alert for when CPU usage goes above 80%"
  • "Show me all critical alerts from the last 24 hours"
  • "What's the current status of my GKE clusters?"

Features

The application provides comprehensive coverage of GCP services:

Resource Management

  • Projects and quotas management
  • Asset inventory
  • IAM permissions

Compute & Infrastructure

  • Compute Engine instances
  • Storage buckets and disks
  • VPC networks and firewall rules
  • Kubernetes Engine (GKE) clusters

Databases & Storage

  • Cloud SQL instances
  • Firestore databases
  • Cloud Storage
  • Database backups

Monitoring & Billing

  • Metrics and alerts
  • Billing information
  • Uptime monitoring
  • Resource usage tracking

Coming Soon

  • Deployment manager and infrastructure as code

Installation

pip install gcp-mcp

License

MIT License

Your contributions and issues are welcome !

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured