GCP_MCP_server

ahmedselimmansor-ctrl/GCP_MCP_server
★ 2 stars TypeScript ⚙️ DevOps Updated 4d ago
Google cloud platform MCP server with 250+ tools
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_server": {
      "command": "npx",
      "args": [
        "-y",
        "ahmedselimmansor-ctrl/GCP_MCP_server"
      ]
    }
  }
}