Access Google Cloud Platform services
npx -y @modelcontextprotocol/server-gcp-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Connect to Google Cloud services.
{
"mcpServers": {
"gcp": {
"command": "npx",
"args": ["-y", "@google-cloud/mcp-server"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
"GCP_PROJECT": "your-project"
}
}
}
}
storage_list: List Cloud Storagebigquery_query: Run BigQuery queriesfunctions_invoke: Call Cloud FunctionsMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install GCP MCP Server in your preferred AI coding tool.
claude_desktop_config.json