cloudstorage-mcp
If you are the rightful owner of cloudstorage-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Google Cloud Storage that enables interactions with Google Cloud Storage buckets and files.
The Cloud Storage MCP Server is designed to facilitate seamless interactions with Google Cloud Storage, allowing users to manage their storage buckets and files efficiently. It provides a robust interface for listing, retrieving, uploading, downloading, and deleting files within Google Cloud Storage. This server is particularly useful for developers and organizations that rely on Google Cloud for their storage needs, offering a streamlined way to automate and manage storage operations. The server is configured to work with multiple Google Cloud projects, making it versatile for users with complex cloud environments. By integrating with Claude Desktop, users can easily execute storage operations through a simple configuration setup.
Features
- List Cloud Storage buckets in a project
- Get details of a specific bucket
- List files in a bucket
- Get details of a specific file
- Upload, download, and delete files in a bucket
Tools
listBuckets
List all Cloud Storage buckets in a project
getBucket
Get details of a specific Cloud Storage bucket
listFiles
List files in a Cloud Storage bucket
getFile
Get details of a specific file in a Cloud Storage bucket
uploadFile
Upload a file to a Cloud Storage bucket
downloadFile
Download a file from a Cloud Storage bucket
deleteFile
Delete a file from a Cloud Storage bucket