Point any MCP-compatible AI at one URL and ask for TikTok creator stats, videos, trends, comments, sounds and ads in plain English — no code, no integration. Try it free with our shared demo key, or use your own API key for full quota.
Your MCP endpoint
🎁 Free demo — no key
Just add the endpoint URL. A shared, rate-limited demo key powers it. Perfect for trying it out.
🔑 Your own key — full quota
Generate a key,
then attach it as a header or append ?key=… to the URL.
Two ways to pass your own key
• Header (preferred, more secure): Authorization: Bearer YOUR_KEY — for clients that support custom headers (Claude Code, Cursor, VS Code, Gemini, n8n).
• URL query (for GUI clients): https://tiktokapi.store/mcp?key=YOUR_KEY — for Claude Desktop & ChatGPT, which don't expose a header field. Keep this URL private; it contains your key.
Settings → Connectors → Add custom connector. Choose No authentication.
Free demo — paste this URL
Your own key — paste this URL instead
Add the server with one command — supports a real auth header.
Free demo
Your own key
Requires a paid plan (Plus/Pro/Team/Enterprise) with Developer Mode enabled (Settings → Connectors → Advanced). Add a connector, set Authentication to No authentication.
Free demo — connector URL
Your own key — connector URL
Add to ~/.gemini/settings.json. Drop the headers block for the free demo.
{
"mcpServers": {
"tiktok": {
"httpUrl": "https://tiktokapi.store/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your project). Omit headers for the demo.
{
"mcpServers": {
"tiktok": {
"url": "https://tiktokapi.store/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Add to .vscode/mcp.json. Omit headers for the demo.
{
"servers": {
"tiktok": {
"type": "http",
"url": "https://tiktokapi.store/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Add an MCP Client Tool node and configure:
https://tiktokapi.store/mcpHeader Auth credential (your own key)
No header support in your node version? Use https://tiktokapi.store/mcp?key=YOUR_KEY as the URL.
Once connected, the AI picks the right tool automatically. Try prompts like:
The connector exposes 17 tools — creator profiles & analytics, videos, feeds, search, comments,
hashtags, sounds, playlists, collections and the ad library — including a one-shot
creator_profile_overview that returns engagement metrics from just a username.
Ready for full quota?
The demo is shared and rate-limited. Get your own API key for higher limits and private usage.
Get your API key →