tiktok-mcp
Provides tools for managing TikTok accounts, including posting and scheduling videos, following users, liking videos, updating profiles, and fetching analytics.
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-mcpPost launch.mp4 with the caption 'We finally shipped.'"
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 MCP
Post, schedule, manage, and analyze TikTok accounts from any MCP-compatible AI agent.
Connect accounts with a secure QR login
Post videos now or schedule them for later
Follow users, like videos, and manage profiles
Track post analytics, growth, and content hooks
No API keys or subscriptions
Quick start
Add this to your MCP configuration:
{
"mcpServers": {
"tiktok": {
"command": "npx",
"args": ["-y", "github:0xArtex/tiktok-mcp"]
}
}
}Restart your agent, then ask:
Connect my TikTok account.The agent will give you a QR login link. Open it, scan the code with the TikTok app, and the account is ready to use.
Related MCP server: tiktok-mcp
Example prompts
Post launch.mp4 with the caption "We finally shipped."
Schedule demo.mp4 for tomorrow at 6 PM.
Show which of my recent videos are still gaining views.
Analyze the strongest hooks from my fitness posts.
Update my bio to "Building useful things in public."When the MCP runs locally over stdio, tiktok_post accepts a local video_path and tiktok_update_avatar accepts a local image_path. Public URLs work in both local and hosted mode.
Tools
Tool | What it does |
| Start a QR login |
| Check whether login completed |
| List connected accounts and session health |
| Post or schedule a video |
| Poll an asynchronous action |
| Follow a user |
| Like a video |
| Delete a video |
| Update a display name or bio |
| Update a profile image |
| Fetch post performance metrics |
| Read saved performance history and growth |
| Analyze caption hooks for an account or niche |
| List available hook-analysis niches |
| List scheduled posts |
| Cancel a scheduled post |
Hosted
The same server can run as a remote Streamable HTTP MCP:
npx -y github:0xArtex/tiktok-mcp --http --port 3000The MCP endpoint is available at http://localhost:3000/mcp. The public hosted endpoint will be added here when its DNS and deployment are live.
Hosted actions are paid per request through x402. There are no API keys or subscriptions. Compatible agents handle the payment challenge automatically.
To make the hosted API available as an agent skill:
npx agentcash@latest add https://your-tiktok-api.exampleYou can also discover and call the HTTP endpoints directly:
npx agentcash@latest discover https://your-tiktok-api.exampleConfiguration
Setting | Default | Description |
| Hosted API | Override the TikTok action API origin |
|
| Port used with |
Run the MCP over stdio:
npx -y github:0xArtex/tiktok-mcpDevelopment
git clone https://github.com/0xArtex/tiktok-mcp.git
cd tiktok-mcp
npm install
npm testLicense
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.
Related MCP Servers
- AlicenseBquality-maintenanceA comprehensive MCP server that enables AI assistants to search, download, and analyze TikTok content while also performing active tasks like publishing videos and interacting with posts. It provides full automation capabilities for TikTok through browser session management and anti-detection features.Last updated122
- FlicenseBqualityCmaintenanceMCP server for TikTok that enables searching videos, users, hashtags, and fetching trending content, user profiles, and video details via official API or public scraping.Last updated8
- Flicense-qualityBmaintenanceMCP server enabling AI agents to generate AI videos and images, analyze video content, and download videos from Douyin and Xiaohongshu.Last updated
- FlicenseAqualityCmaintenanceFree MCP server to automate TikTok viral marketing — search trending videos, analyze hashtags, and draft video scripts. Premium features powered by DeepSeek AI unlock AI-driven optimal posting times, hashtag strategies, and script generation.Last updated5
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/0xArtex/tiktok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server