The storage-mcp server allows AI agents to interact with Google Cloud Storage (GCS) APIs. It provides tools for managing buckets and objects, including upload, download, and deletion. It connects directly to GCS and supports natural language commands for operations. Developers use it to automate cloud storage tasks and integrate GCS functionality into AI workflows.
The storage-mcp server allows AI agents to interact with Google Cloud Storage (GCS) APIs. It provides tools for managing buckets and objects, including upload, download, and deletion. It connects directly to GCS and supports natural language commands for operations. Developers use it to automate cloud storage tasks and integrate GCS functionality into AI workflows.
npx -y @google-cloud/storage-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"google-cloud-storage-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @google-cloud/storage-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from storage-mcp?"
API Key Required
This server requires an API key from storage-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| STORAGE-MCP_API_KEY | Yes | Your storage-mcp API key |
"What resources are available in storage-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in storage-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in storage-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.