mcp-chzzk
Allows interaction with Naver's Chzzk live-streaming platform, providing tools for channel metadata, live status, search, and VOD lookups.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-chzzkWhat's the live status of channel '우왁굳'?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-chzzk
MCP (Model Context Protocol) server for Chzzk, Naver's Korean live-streaming platform.
Exposes Chzzk channel, live, search, and VOD lookups as MCP tools so Claude (or any MCP client) can query them.
⚠️ Chzzk does not publish an official public API. This server calls the same undocumented endpoints the web client uses. They may change without notice.
Tools
Tool | Description |
| Channel metadata (name, follower count, description, verified mark) |
| Live status — is broadcasting, title, category, viewer count, start time |
| Extended live info including 720p thumbnail URL |
| Search channels by keyword |
| Search VOD by keyword |
| Search currently live broadcasts by keyword |
| List currently live broadcasts (popularity order) |
| List recent VOD for a channel |
Channel arguments accept either a 32-hex channel id or a chzzk.naver.com/[live/]<id> URL.
Related MCP server: Naver Search MCP Server
Install & Build
npm install
npm run buildConfiguration
All Chzzk endpoints exposed here are public — no authentication is required.
For private or restricted content (adult-only channels, subscriber views), provide Naver session cookies via env vars:
export CHZZK_NID_AUT="..."
export CHZZK_NID_SES="..."You can extract these from your browser's DevTools → Application → Cookies → naver.com while logged in.
Run
Direct:
node build/index.jsWith MCP Inspector (browser-based debugger):
npm run inspectUse from Claude Code
Add to ~/.claude/settings.json or .mcp.json:
{
"mcpServers": {
"chzzk": {
"command": "node",
"args": ["/absolute/path/to/mcp-chzzk/build/index.js"],
"env": {
"CHZZK_NID_AUT": "",
"CHZZK_NID_SES": ""
}
}
}
}Then in Claude Code, run /mcp to confirm the chzzk server appears and the tools are listed.
References
hacs-chzzk — Home Assistant integration with the verified Chzzk endpoints this server is built on.
twitch-mcp-server — structural reference.
License
MIT
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
- AlicenseBqualityDmaintenanceEnables interaction with the Twitch API, allowing users to retrieve comprehensive information about channels, streams, games, and more, with additional support for searching and accessing chat elements like emotes and badges.Last updated14413MIT
- AlicenseAqualityDmaintenanceProvides access to Naver Search APIs, allowing AI agents to search across multiple categories (blogs, news, books, images, shopping items, etc.) with structured responses optimized for LLM consumption.Last updated134Apache 2.0
- -license-quality-maintenanceEnables access to Twitch API data for retrieving channel statistics, viewership information, stream status, and discovering channels and game categories. Provides real-time Twitch data including follower counts, current viewer numbers, and search functionality through natural language interactions.Last updated
- Flicense-qualityDmaintenanceEnables interaction with the Twitch API to retrieve user information, check live status, access videos, top streams, games, and search channels through natural language.Last updated
Related MCP Connectors
AI-agent search API: Google, YouTube, Amazon, Reddit, TikTok, TikTok Shop, Instagram, X, LinkedIn
x402-gated web search gateway. Tools: search, search_enriched.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/saya6k/mcp-chzzk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server