TikTok LIVE, wired into your AI
One MCP server drops live TikTok data into Claude, Cursor, VSCode and any MCP client. Detect who is live, pull creator and room data, gifts, and leaderboards - straight from a prompt. Free tier, no credit card.
Add the MCP server
Pick your client, paste the config, restart. Replace YOUR_KEY with your free key.
{
"mcpServers": {
"tiktok-live": {
"command": "npx",
"args": ["-y", "tiktok-live-mcp"],
"env": { "TIKTOOLS_API_KEY": "YOUR_KEY" }
}
}
}13 tools, including check_live, get_popular_live, find_eligible_creators, get_creator_earnings and get_gift_catalog.
Every way to connect
Same data, whichever surface your stack lives on.
MCP server
npx tiktok-live-mcp in Claude, Cursor, VSCode and Windsurf.
View on npm Custom GPTOpenAI GPT Actions
Point a Custom GPT at the OpenAPI spec and query live data in chat.
Get the schema MarketplaceRapidAPI
The full REST API on the RapidAPI marketplace, free tier included.
Open listing AutomationApify Actor
Run live detection and leaderboards as an Apify Actor.
Open Actor SDKsNode and Python
@tiktool/live and tiktok-live-api - stream chat and gifts in 20 lines.
View docs RealtimeWebSocket
wss://api.tik.tools - chat, gifts, battles and captions as they happen.
Read the docsPremium data, direct
Free tier covers live detection, room data, gifts and rankings. Full unmasked leaderboards, league and gaming boards, creator and gifter earnings, the eligible-creator recruiting feed, and the real-time event WebSocket unlock at tik.tools.
See pricing