Skip to main content
Glama

Bunny.net MCP 서버

Bunny.net API(Stream/Video, Storage, CDN Pull Zones, DNS)를 위한 커스텀 MCP 서버입니다.

도구 (총 35개)

Stream/Video API (13개 도구)

  • stream_list_videos — 라이브러리의 비디오 목록 조회

  • stream_get_video — 비디오 상세 정보 조회

  • stream_create_video — 비디오 객체 생성

  • stream_update_video — 비디오 속성 업데이트

  • stream_delete_video — 비디오 삭제

  • stream_get_heatmap — 시청자 참여 히트맵 조회

  • stream_add_caption — 자막 트랙 추가

  • stream_delete_caption — 자막 트랙 제거

  • stream_set_thumbnail — 비디오 썸네일 설정

  • stream_reencode_video — 비디오 재인코딩

  • stream_list_collections — 컬렉션 목록 조회

  • stream_create_collection — 컬렉션 생성

  • stream_delete_collection — 컬렉션 삭제

Storage API (4개 도구)

  • storage_list_files — 파일/디렉토리 목록 조회

  • storage_download_file — 파일 콘텐츠 다운로드

  • storage_upload_file — 파일 업로드 (base64)

  • storage_delete_file — 파일/디렉토리 삭제

CDN Pull Zone API (10개 도구)

  • cdn_list_pullzones — 풀 존(Pull Zone) 목록 조회

  • cdn_get_pullzone — 풀 존 상세 정보 조회

  • cdn_create_pullzone — 풀 존 생성

  • cdn_update_pullzone — 풀 존 업데이트

  • cdn_delete_pullzone — 풀 존 삭제

  • cdn_purge_cache — 캐시된 콘텐츠 삭제

  • cdn_add_allowed_referer — 허용된 리퍼러 추가

  • cdn_remove_allowed_referer — 허용된 리퍼러 제거

  • cdn_add_blocked_referer — 차단된 리퍼러 추가

  • cdn_remove_blocked_referer — 차단된 리퍼러 제거

DNS API (8개 도구)

  • dns_list_zones — DNS 존 목록 조회

  • dns_get_zone — DNS 존 상세 정보 조회

  • dns_create_zone — DNS 존 생성

  • dns_update_zone — DNS 존 설정 업데이트

  • dns_delete_zone — DNS 존 삭제

  • dns_add_record — DNS 레코드 추가

  • dns_update_record — DNS 레코드 업데이트

  • dns_delete_record — DNS 레코드 삭제

  • dns_enable_dnssec — DNSSEC 활성화

  • dns_disable_dnssec — DNSSEC 비활성화

설정

1. 빌드

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

2. Claude Code에 추가

~/.claude/settings.json에 추가하세요:

{
  "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. 환경 변수

변수

설명

위치

BUNNY_API_KEY

계정 API 키

bunny.net 대시보드 > 계정 > API 키

BUNNY_STREAM_API_KEY

스트림 라이브러리 API 키

bunny.net > Stream > 라이브러리 > API 키

Storage API는 도구 매개변수(storagePassword)로 전달되는 존별 비밀번호를 사용합니다.

Install Server
A
security – no known vulnerabilities
F
license - not found
B
quality - B tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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