gcp-mcp

eniayomi/gcp-mcp
★ 197 stars TypeScript 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eniayomi/gcp-mcp"
      ]
    }
  }
}