Bunny.net Connector for AI agents.
10 live capabilities
Manage your edge CDN and cloud storage through a natural conversation.
Waiting for input…
Why people use Bunny.net
Bunny.net Edge Infrastructure Management
With this Connector, you just tell your agent what needs to happen. You can spin up new CDN links, wipe out old storage zones, or peek inside your asset folders to verify file sizes and hashes. It turns your AI into a dedicated edge configuration wizard.
What Vinkius changes
You get a hands-free way to manage Bunny.net edge infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Cache isn't updating
A front-end dev asks the agent to purge a specific zone after a JS bundle update, using `purge_pull_zone` to fix the issue instantly.
- Real-world use case 02
Need a new CDN
A developer wants to spin up a new microsite and asks the agent to create a Pull Zone with `add_pull_zone` to get it live.
- Real-world use case 03
Verify file uploads
A media owner checks if their video assets reached the edge correctly by listing files in a zone with `list_files`.
Complete set · 10capabilities
The complete Bunny.net capability set.
These are the exact actions your AI can choose when you ask it to work with Bunny.net.
01—04
4 capabilities in this set.
Part of 10 available through Bunny.net.
- 01 Capability
Delete storage zone
Delete a storage zone and free up the namespace. Use this to vaporize existing storage zones.
- 02 Capability
Get pull zone
Pull the SSL, bandwidth limits, and edge rules for a specific zone. This lets you inspect your current configurations.
- 03 Capability
Get storage zone
Get the FTP credentials and origin PoPs for a storage zone. Use this to find internal credentials for specific zones.
- 04 Capability
List storage zones
Find all your physical edge storage folders. This helps you locate folders managed natively on Bunny.net.
05—07
3 capabilities in this set.
Part of 10 available through Bunny.net.
- 05 Capability
Purge pull zone
Clear the cache for a specific zone to force a fresh origin fetch. This blasts an immediate invalidation to your edge.
- 06 Capability
Add pull zone
Create a new CDN reverse proxy domain and get the new ID. This helps you provision fast delivery links quickly.
- 07 Capability
Add storage zone
Set up a new replication volume in the NY region. Use this to bootstrap empty storage areas.
08—10
3 capabilities in this set.
Part of 10 available through Bunny.net.
- 08 Capability
Delete pull zone
Remove a CDN alias and stop all proxy traffic to that domain. This instantly drops incoming connections.
- 09 Capability
List files
See all files in a storage zone with their byte sizes and hashes. This lets you enumerate your uploaded binary assets.
- 10 Capability
List pull zones
See all your active CDN domains and their origin targets. Use this to identify your global delivery domains.
Set up in minutes
One URL. Then ask Bunny.net to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bunny.net from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Bunny.net, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bunny.net for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Bunny.net URL.
- Step 03
Save and start
Save the connection and enable Bunny.net in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bunnynet": {
"url": "https://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Bunny.net
Open Agent mode in chat and ask: "Using Bunny.net, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bunnynet": {
"url": "https://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Bunny.net
Ask Copilot: "Using Bunny.net, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bunnynet": {
"url": "https://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Bunny.net
Open Cascade and ask: "Using Bunny.net, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bunnynet": {
"url": "https://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Bunny.net
Ask Cline: "Using Bunny.net, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bunnynet --transport http "https://edge.vinkius.com/vk_preview_9LhPrBcF7hNaL0nD0NwiZdn4XDDstTrbl1c4yGle/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Bunny.net
Ask Claude: "Using Bunny.net, show me...". 10 tools are ready
Where the request belongs
Work Bunny.net can move forward.
This is for the DevOps engineer tired of manual proxy configs, the front-end dev who needs instant cache updates, and the media owner managing heavy asset uploads.
DevOps Engineer
You use this to burst edge configurations and destroy stale proxies without leaving your terminal.
Front-End Developer
You use this to purge cache immediately after a code deployment to ensure users see the latest bundles.
Media Content Owner
You use this to track files deep within your edge storage to verify successful uploads.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKeyCDN (Content Delivery Network)
Manage edge caching via KeyCDN. purge zones and URLs, manage pull zones, and monitor traffic bandwidth.
Fastly
Manage edge computing and CDN via Fastly. monitor and activate service versions, manage domains and backends, and purge cache directly from any AI agent.
Cloudflare
Manage DNS, Workers, KV, Pages and firewall via Cloudflare. audit records, deploy config and inspect CDN analytics from any AI agent.
Sirv
Enable your AI agent to manage files, read metadata, and monitor bandwidth usage on your Sirv CDN account.
Caddy Server
Manage your Caddy web server via API. update configurations, monitor upstreams, and handle PKI certificates directly from your AI agent.
StackPath (Edge Computing & CDN API)
Manage edge computing workloads and CDN delivery via StackPath. list stacks, deploy workloads, and purge cached content directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Bunny.net connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Bunny.net.
The practical details behind the request, access and result.
Can I use Bunny.net MCP to clear my CDN cache?
Yes, you can use it to instantly purge the cache on specific zones. This ensures your users see fresh content immediately after you've pushed a new update.
How do I manage my Bunny.net storage with an AI agent?
You can use it to create new storage zones, delete old ones, and even see the files inside them. It makes managing your edge storage volumes much faster than using the web portal.
Can the Bunny.net MCP help me set up new CDN links?
Yes, you can ask your agent to provision new Pull Zones. It will provide you with the new domain and ID so you can get your content live on the edge quickly.
Is there a way to see my files in Bunny.net storage via chat?
You can use this Connector to list the files in your storage zones. It will return the byte lengths and cryptographic hashes for your uploaded assets.
How does Bunny.net MCP handle my security settings?
You can use it to extract metadata from your Pull Zones, which includes your SSL configurations and bandwidth limits. This helps you audit your security rules easily.
Can I delete old Bunny.net zones to save space?
Yes, you can use the Connector to delete storage zones or remove pull zones. This helps you keep your namespace clean and manage your edge resources more effectively.
Can my AI agent instantly purge a CDN Pull Zone after a release?
Yes. Instead of logging into the admin portal manually, just tell your agent you deployed the frontend. It will grab the ID of your main Pull Zone and blast the purge_pull_zone command immediately.
Does it track new files uploaded directly to my Storage Zone?
Yes! Provide the API password and string path, and the agent lists precise object files inside the folder natively. E-commerce sites use this to verify if static images successfully pushed to the edge before updating database paths.
Can it provision new Pull Zones from scratch?
Absolutely. You can request a fresh caching domain, pass the target origin URL (like an S3 bucket), and the AI builds your CDN layer generating the specific *.b-cdn.net URL response for you.
One connection away
Give your agent a direct line to Bunny.net.
Connect Bunny.net once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available