How to Use the Amazon S3 MCP in Windsurf
Get Cascade to spin up buckets, upload assets, and audit policies directly inside your Windsurf workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon S3 MCP to Windsurf
Create your Vinkius account to connect Amazon S3 to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Windsurf Cascade chains multi-step S3 bucket setups
The `create_bucket` tool exposes S3 bucket provisioning directly to Cascade. You tell Cascade to set up a new media storage assets bucket, and it doesn't just write the config. Cascade runs the tool to make the bucket, checks the access control lists, and writes your local configuration files in one go. Because Cascade executes multi-tool sequences autonomously, you avoid copying bucket names back and forth. It uses `get_bucket_acl` to check permissions before declaring the setup complete.
Direct object inspection and uploads in Cascade
The `get_object_data` tool lets your Windsurf client read raw content from your S3 buckets. When you ask Cascade to fix a broken JSON config file in your bucket, it uses `get_object_metadata` to check the file size, reads the data, edits the broken lines locally, and puts it back using `put_object`. You get a clean, hands-off workflow where Cascade handles the entire lifecycle of your cloud assets. It uploads the corrected file and confirms the upload by listing the bucket contents.
Automated S3 cleanups without leaving Windsurf
The `list_objects` tool pulls your current file list so Cascade can audit your cloud storage. If your local workspace has orphaned assets, Cascade checks your bucket, identifies the matching remote files, and deletes them using `delete_object`. This MCP integration eliminates the need to open the AWS Console or run manual CLI cleanup scripts during your development loop. Cascade handles the heavy lifting, running `delete_bucket` if you ask it to tear down a temporary staging environment.
Set up Amazon S3 MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Amazon S3 MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Amazon S3 payment history." If connected, Cascade will call the Amazon S3 tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"amazon-s3-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Amazon S3. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amazon S3 MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amazon S3 MCP today
We host it, we monitor it, we maintain it. You just paste one token.