gcloud-mcp
gcloud-mcp is a TypeScript MCP server for Claude Desktop, Cursor, VS Code with npx. gcloud MCP server
How to use gcloud-mcp
Install or run
npx @google-cloud/[PACKAGE_NAME] init --agent=gemini-cliClient configuration
For example, for the gcloud-mcp:
```shell
npx @google-cloud/gcloud-mcp init --agent=gemini-cli
```
After the initialization process, you can verify that the gcloud-mcp server is
configured correctly by running the following command:
```
gemini mcp list
> ✓ gcloud: npx -y @google-cloud/gcloud-mcp (stdio) - Connected
```
### For other AI clients
To use MCP servers in this repo with other clients, add the following snippet
to their respective JSON configuration files for each MCP server:
```json
"[SERVER_NAME]": {
"command": "npx",
"args": ["-y", "@google-cloud/[PACKAGE_NAME]"]
}Compatible clients
What is gcloud-mcp?
gcloud-mcp is a TypeScript MCP server for Claude Desktop, Cursor, VS Code with npx. gcloud MCP server This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Document generation support
- Anthropic provider support
- Google provider support
- package.json config support
- Connecting agents to external tools and data
Technical details
Install or run gcloud-mcp using npx. Check googleapis/gcloud-mcp for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Install or run with npx
- Works with Claude Desktop
- Works with Cursor
- Works with VS Code
- Uses stdio transport
- Database access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use gcloud-mcp
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is gcloud-mcp?
gcloud-mcp is a TypeScript MCP server for Claude Desktop, Cursor, VS Code with npx. gcloud MCP server
Who is gcloud-mcp best for?
gcloud-mcp is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install gcloud-mcp?
Install or run gcloud-mcp using npx. Check gcloud-mcp for the latest setup command.
Is gcloud-mcp actively maintained?
gcloud-mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.