How to Use the Amazon S3 MCP in VS Code Copilot
Share Amazon S3 bucket access across your entire engineering team by adding this server to your VS Code Copilot configuration.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon S3 MCP to VS Code Copilot
Create your Vinkius account to connect Amazon S3 to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Standardize AWS access in VS Code Copilot
Team-wide storage access starts by committing your Vinkius endpoint to the `.vscode/mcp.json` file. Every developer who pulls the repo immediately gets the MCP tools to call `list_buckets` through their chat panel. Onboarding new engineers takes zero AWS IAM setup. Debugging shared environments becomes trivial when everyone sees the same live data. A junior engineer can ask the agent to run `get_bucket_policy` to understand why their upload script is failing. You stop wasting hours pasting AWS console screenshots in Slack.
Inspect live object states via MCP Server
Your AI client checks file sizes and content types instantly using `get_object_metadata`. Asking Copilot why a specific image is failing to render prompts it to read the live headers straight from AWS. The editor finds the metadata mismatch for you. Pulling the actual file contents takes one more step with `get_object_data`. The agent fetches the broken JSON or corrupt log file directly into your editor so you can fix the parsing logic. Nobody has to hunt for credentials just to download a single test file.
Automate bucket cleanup and management
Wiping out old integration test data is fast when your agent uses `delete_object`. Instructing Copilot to clear out files matching yesterday's timestamp lets it handle the tedious execution. Your storage stays organized without manual intervention. Tearing down entire test environments requires calling `delete_bucket`. The client removes the container completely once your CI pipeline finishes its run. Keeping your shared AWS account clean and your billing predictable is just a chat command away.
Set up Amazon S3 MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Amazon S3 MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Amazon S3 tools listed. Try asking: "List my recent Amazon S3 transactions" and Copilot will invoke them automatically.
{
"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 VS Code Copilot
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.