
Tiktok Organic Mcp
Wire TikTok organic metrics into your agent so you can review video performance, engagement, and profile trends without leaving the IDE.
Overview
TikTok Organic MCP is an MCP server for the Grow phase that exposes TikTok organic video performance, engagement metrics, and profile insights to your agent over stdio.
What is this MCP server?
- Stdio MCP server (tiktok-organic-mcp) v1.0.0 on npm
- OAuth Login Kit flow via TIKTOK_ACCESS_TOKEN (required secret)
- Optional TIKTOK_CLIENT_KEY and TIKTOK_REFRESH_TOKEN for token refresh
- Video performance, engagement metrics, and profile insights for organic posts
- GitHub source at lanternrow/tiktok-organic-mcp
- Server version 1.0.0
- Single npm package identifier: tiktok-organic-mcp
- Stdio transport; three documented TikTok env vars (one required access token)
What problem does it solve?
You ship TikTok content but switching to Creator Center for every metric check breaks flow and makes it hard for your agent to ground advice in live numbers.
Who is it for?
Indie creators and builders running organic TikTok as a launch or grow channel who already completed TikTok developer OAuth and want agent-readable analytics.
Skip if: Teams needing TikTok Ads API, Spark Ads, or shop checkout analytics without organic Login Kit tokens.
What do I get? / Deliverables
After you register the server and set TIKTOK_ACCESS_TOKEN, your agent can query organic analytics in context while you plan the next posts or experiments.
- Agent-queryable TikTok organic video and profile analytics
- Engagement and performance summaries grounded in live API responses
- Repeatable stdio MCP integration for grow-phase content reviews
Recommended MCP Servers
Journey fit
Organic TikTok measurement sits in Grow: you already ship content and need repeatable numbers to decide what to post next. Analytics is the canonical shelf because the server exposes performance and engagement metrics, not ad buying or creative editing.
How it compares
TikTok organic analytics MCP bridge, not a video editor or scheduling SaaS.
Common Questions / FAQ
Who is TikTok Organic MCP for?
Solo builders and small teams who post organic TikTok and want Claude Code, Cursor, or Codex to read performance and engagement data through MCP instead of manual dashboard exports.
When should I use TikTok Organic MCP?
Use it in the Grow phase when you are reviewing which videos worked, comparing engagement, or drafting retention experiments and need metrics inside the agent session.
How do I add TikTok Organic MCP to my agent?
Install the npm package tiktok-organic-mcp, add it as a stdio MCP server in your client config, and set TIKTOK_ACCESS_TOKEN from TikTok Login Kit; add client key and refresh token if you rely on token refresh.