Connectors
TikTok Pages MCP connector
The TikTok Pages connector lets AI agents read a TikTok account's profile and video stats and post videos or photos through InsightfulPipe's hosted MCP server at https://tiktok-pages.insightfulmcp.com/. It signs in with TikTok directly, so you don't need TikTok Business Center.
TikTok Pages MCP server reference
- Endpoint
https://tiktok-pages.insightfulmcp.com/- Server name
tiktok-pages-mcp- Actions
- 7 (5 read, 2 write). Workspace owners, admins and operators choose which actions each connected account exposes, and destructive actions are off by default.
Add it from a terminal, then click Authorize access in the browser window that opens:
claude mcp add --transport http tiktok-pages-mcp https://tiktok-pages.insightfulmcp.com/
gemini mcp add --transport http tiktok-pages-mcp https://tiktok-pages.insightfulmcp.com/
codex mcp add tiktok-pages-mcp --url https://tiktok-pages.insightfulmcp.com/What agents can do
- Profile: display name, bio and follower, following, like and video counts.
- Videos: list the account's public videos, or look up specific videos by ID, with views, likes, comments and shares.
- Posting: check what the account can post, post a video from a file upload or a photo post, and check the publish status.
Before you connect
- A TikTok account you can sign in to.
Connect TikTok Pages
- In the InsightfulPipe app, open Connectors, choose TikTok Pages and click Connect.
- Choose Read Only or Read + Write.
- Sign in with TikTok and approve access.
- Add the MCP server to Claude, ChatGPT or another client, then click Authorize access.
Permissions and safety
- Posting needs Read + Write.
- Before posting, the agent should call
get_creator_infoto see the account's current posting options, then confirm the post with you. - The connector has no delete actions.
Limits
- No audience demographics, country breakdowns or comment management.
- Video lists cover public videos.
Example prompts
- "Using TikTok Pages, list my last 20 videos sorted by views."
- "How many followers and total likes does the account have now?"
- "Which of this month's videos had the best likes-to-views ratio?"
Troubleshooting
- A post is still processing: ask the agent to check
get_publish_statusagain in a minute. - "This account is connected read-only, so this action cannot be enabled for it." Reconnect with Read + Write to post.