Back to Apps

File Store MCP
by sjzar
Unified cloud file storage server supporting AWS S3, Alibaba Cloud OSS, Tencent Cloud COS, Qiniu, and GitHub.
0 stars
Works in:claude
Exposes:Tools
What it does
File Store MCP is a versatile storage bridge that allows AI agents to upload local files, clipboard content, or remote URLs to various cloud storage providers. It transforms local data into accessible HTTP URLs, enabling LLMs to reference files, images, and documents in a cloud-native way.
Tools
upload_files: Uploads absolute local file paths to cloud storage and returns HTTP URLs.upload_clipboard_files: Transfers files currently in the system clipboard to the cloud.upload_url_files: Downloads files from a remote URL and re-uploads them to the configured cloud provider.
Installation
Install the binary via Go:
go install github.com/sjzar/file-store-mcp@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"file-store-mcp": {
"command": "file-store-mcp",
"env": {
"FSM_STORAGE_TYPE": "s3",
"FSM_S3_BUCKET": "your-bucket",
"FSM_S3_REGION": "your-region",
"FSM_S3_ACCESS_KEY": "your-key",
"FSM_S3_SECRET_KEY": "your-secret"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop via stdio and supports any HTTP-capable client via SSE mode.
Quick install
go install github.com/sjzar/file-store-mcp@latestInformation
- Pricing
- free
- Published
- 6/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure FSM_STORAGE_TYPE and provider credentials in your claude_desktop_config.json environment variables.





