gcs
About
MCP server for Google Cloud Storage with fine-grained tool access control.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GCS_PROJECT_ID GCS_SERVICE_ACCOUNT_KEY_FILE GCS_SERVICE_ACCOUNT_KEY_JSON GCS_BUCKET GCS_ENABLED_TOOLGROUPS GCS_ENABLED_TOOLS GCS_DISABLED_TOOLS SKIP_HEALTH_CHECKSClaude Code
claude mcp add --env GCS_PROJECT_ID= --env GCS_SERVICE_ACCOUNT_KEY_FILE= --env GCS_SERVICE_ACCOUNT_KEY_JSON= --env GCS_BUCKET= --env GCS_ENABLED_TOOLGROUPS= --env GCS_ENABLED_TOOLS= --env GCS_DISABLED_TOOLS= --env SKIP_HEALTH_CHECKS= gcs -- npx gcs-google-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gcs","command":"npx","args":["gcs-google-mcp-server"],"env":{"GCS_PROJECT_ID":"","GCS_SERVICE_ACCOUNT_KEY_FILE":"","GCS_SERVICE_ACCOUNT_KEY_JSON":"","GCS_BUCKET":"","GCS_ENABLED_TOOLGROUPS":"","GCS_ENABLED_TOOLS":"","GCS_DISABLED_TOOLS":"","SKIP_HEALTH_CHECKS":""}}'
JSON
{
"mcpServers": {
"gcs": {
"command": "npx",
"args": [
"gcs-google-mcp-server"
],
"env": {
"GCS_PROJECT_ID": "",
"GCS_SERVICE_ACCOUNT_KEY_FILE": "",
"GCS_SERVICE_ACCOUNT_KEY_JSON": "",
"GCS_BUCKET": "",
"GCS_ENABLED_TOOLGROUPS": "",
"GCS_ENABLED_TOOLS": "",
"GCS_DISABLED_TOOLS": "",
"SKIP_HEALTH_CHECKS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.