Bunny.net MCP Server
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 비활성화
Related MCP server: Cloudflare MCP Server
설정
1. 빌드
cd /Volumes/taufik/Kerjaan/custom-MCP/bunny-mcp
npm install
npm run build2. 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. 환경 변수
변수 | 설명 | 위치 |
| 계정 API 키 | bunny.net 대시보드 > 계정 > API 키 |
| 스트림 라이브러리 API 키 | bunny.net > Stream > 라이브러리 > API 키 |
Storage API는 도구 매개변수(storagePassword)로 전달되는 존별 비밀번호를 사용합니다.
Maintenance
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
- AlicenseBqualityDmaintenanceExposes Cloudflare DNS, security, redirects and zone-settings functionality as structured tools that AI assistants like Claude Desktop can invoke directly.1829MIT
- AlicenseAqualityCmaintenanceEnables 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.132MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Cloudflare REST API for managing DNS records, zones, and other Cloudflare resources.MIT
Related MCP Connectors
35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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