Skip to main content
Glama

Bunny.net MCP-Server

Benutzerdefinierter MCP-Server für Bunny.net-APIs — Stream/Video, Storage, CDN Pull Zones und DNS.

Tools (insgesamt 35)

Stream/Video-API (13 Tools)

  • stream_list_videos — Videos in einer Bibliothek auflisten

  • stream_get_video — Videodetails abrufen

  • stream_create_video — Videoobjekt erstellen

  • stream_update_video — Videoeigenschaften aktualisieren

  • stream_delete_video — Video löschen

  • stream_get_heatmap — Heatmap zum Zuschauer-Engagement

  • stream_add_caption — Untertitelspur hinzufügen

  • stream_delete_caption — Untertitelspur entfernen

  • stream_set_thumbnail — Videovorschaubild festlegen

  • stream_reencode_video — Video neu kodieren

  • stream_list_collections — Sammlungen auflisten

  • stream_create_collection — Sammlung erstellen

  • stream_delete_collection — Sammlung löschen

Storage-API (4 Tools)

  • storage_list_files — Dateien/Verzeichnisse auflisten

  • storage_download_file — Dateiinhalt herunterladen

  • storage_upload_file — Datei hochladen (base64)

  • storage_delete_file — Datei/Verzeichnis löschen

CDN Pull Zone-API (10 Tools)

  • cdn_list_pullzones — Pull Zones auflisten

  • cdn_get_pullzone — Pull Zone-Details abrufen

  • cdn_create_pullzone — Pull Zone erstellen

  • cdn_update_pullzone — Pull Zone aktualisieren

  • cdn_delete_pullzone — Pull Zone löschen

  • cdn_purge_cache — Zwischengespeicherten Inhalt löschen

  • cdn_add_allowed_referer — Erlaubten Referer hinzufügen

  • cdn_remove_allowed_referer — Erlaubten Referer entfernen

  • cdn_add_blocked_referer — Blockierten Referer hinzufügen

  • cdn_remove_blocked_referer — Blockierten Referer entfernen

DNS-API (8 Tools)

  • dns_list_zones — DNS-Zonen auflisten

  • dns_get_zone — Zonendetails abrufen

  • dns_create_zone — DNS-Zone erstellen

  • dns_update_zone — Zoneneinstellungen aktualisieren

  • dns_delete_zone — DNS-Zone löschen

  • dns_add_record — DNS-Eintrag hinzufügen

  • dns_update_record — DNS-Eintrag aktualisieren

  • dns_delete_record — DNS-Eintrag löschen

  • dns_enable_dnssec — DNSSEC aktivieren

  • dns_disable_dnssec — DNSSEC deaktivieren

Related MCP server: Cloudflare MCP Server

Einrichtung

1. Build

cd /Volumes/taufik/Kerjaan/custom-MCP/bunny-mcp
npm install
npm run build

2. Zu Claude Code hinzufügen

Zu ~/.claude/settings.json hinzufügen:

{
  "mcpServers": {
    "bunny": {
      "command": "node",
      "args": ["/Volumes/taufik/Kerjaan/custom-MCP/bunny-mcp/dist/index.js"],
      "env": {
        "BUNNY_API_KEY": "your-account-api-key",
        "BUNNY_STREAM_API_KEY": "your-stream-library-api-key"
      }
    }
  }
}

3. Umgebungsvariablen

Variable

Beschreibung

Fundort

BUNNY_API_KEY

Account-API-Schlüssel

bunny.net Dashboard > Account > API Key

BUNNY_STREAM_API_KEY

Stream-Bibliotheks-API-Schlüssel

bunny.net > Stream > Library > API Key

Die Storage-API verwendet Passwörter pro Zone, die als Tool-Parameter (storagePassword) übergeben werden.

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Exposes Cloudflare DNS, security, redirects and zone-settings functionality as structured tools that AI assistants like Claude Desktop can invoke directly.
    18
    29
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to manage Cloudflare resources through natural language, including DNS records, zone management, Workers KV storage, cache purging, and analytics. Supports comprehensive Cloudflare operations with secure API token authentication.
    13
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables comprehensive domain and DNS management through the Porkbun API, including domain registration checks, DNS record operations, URL forwarding, DNSSEC configuration, and SSL certificate management. Provides 27 tools for complete domain administration through natural language interactions.
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fullstuckdev/bunny-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server