G
Google Cloud
Interact with GCP projects, Compute Engine and Cloud Storage.
·No reviews yet
Share:
About
Auto-generated
Google Cloud is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Google Cloud.
- What is the primary function of the Google Cloud MCP?
- The Google Cloud MCP facilitates interaction with Google Cloud Platform projects. It enables developers to manage resources within Compute Engine and Cloud Storage directly from an MCP client.
- How can I set up the Google Cloud MCP in an MCP client like Cline?
- To set up the Google Cloud MCP in Cline, you typically add it via its repository URL. Configuration usually involves providing the required API key as specified in the MCP's documentation or client interface.
- Does the Google Cloud MCP require authentication?
- Yes, the Google Cloud MCP requires an API key for authentication. This key should be obtained from your Google Cloud project and configured within your MCP client to access Google Cloud services.
- What Google Cloud services can I manage using this MCP?
- This MCP allows for interaction with Google Cloud's Compute Engine and Cloud Storage services. You can perform operations related to these core components of the Google Cloud Platform.
- What is a common limitation of the Google Cloud MCP?
- A common limitation is that it only supports operations for Compute Engine and Cloud Storage. Capabilities for other Google Cloud services, such as Cloud SQL or BigQuery, are not explicitly supported by this MCP.
- What are the costs associated with using the Google Cloud MCP?
- The Google Cloud MCP itself is community-provided and does not incur direct costs. However, charges apply based on your usage of the underlying Google Cloud services like Compute Engine and Cloud Storage, as per your Google Cloud billing agreement.
Install Google Cloud
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-cloud": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-cloud"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-cloud": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-cloud"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-cloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-cloud"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.