tiktok-live-mcp
Provides tools for interacting with TikTok LIVE data, including checking live status of creators, retrieving room and creator information, gift catalog, rankings, leaderboards, and discovering live streams.
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., "@tiktok-live-mcpis @khaby.lame live?"
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.
TikTok LIVE MCP
An MCP (Model Context Protocol) server that gives Claude, Cursor, VSCode and any MCP client live access to TikTok LIVE data: detect who is live, pull room and creator data, gifts, and regional leaderboards - straight from a chat prompt.
Powered by the tik.tools platform. Free tier included. Full unmasked leaderboards, league and gaming boards, creator and gifter earnings, the eligible-creator recruiting feed, and the real-time event WebSocket are available direct at tik.tools/pricing.
Quick install
Get a free API key at tik.tools/pricing, then add the server to your client.
Claude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"tiktok-live": {
"command": "npx",
"args": ["-y", "tiktok-live-mcp"],
"env": { "TIKTOOLS_API_KEY": "YOUR_KEY" }
}
}
}Cursor
Add to ~/.cursor/mcp.json (or the project .cursor/mcp.json):
{
"mcpServers": {
"tiktok-live": {
"command": "npx",
"args": ["-y", "tiktok-live-mcp"],
"env": { "TIKTOOLS_API_KEY": "YOUR_KEY" }
}
}
}VSCode
Add to .vscode/mcp.json:
{
"servers": {
"tiktok-live": {
"command": "npx",
"args": ["-y", "tiktok-live-mcp"],
"env": { "TIKTOOLS_API_KEY": "YOUR_KEY" }
}
}
}Tools
Tool | What it does |
| Is one or more creators live now (status, room id, viewers) |
| Fast single-creator liveness check |
| Full room info: host, title, viewers, start time |
| Reverse-lookup a creator profile (Pro) |
| Diamonds and coin earnings for a creator |
| In-room top gifters and audience ranking |
| TikTok's real-time Popular LIVE board per region (Agency) |
| Score-ranked creators to recruit per region (Agency) |
| Global gift catalog: names, diamond cost, icons |
| A creator's pre-live gift wishlist |
| Discover live streams in a region (Pro) |
| Trending live hashtags with viewer counts |
| Your key's tier, limits and remaining quota |
Configuration
Env var | Default | Notes |
| - | Required. Free key at https://tik.tools/pricing |
|
| Override only for testing |
Real-time events
For live chat, gift, battle and caption streams, connect a WebSocket:
wss://api.tik.tools/?uniqueId=<username>&apiKey=YOUR_KEYFull docs: tik.tools/docs
License
MIT
This server cannot be installed
Maintenance
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
- 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/tiktooldev/tiktok-live-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server