TikTok MCP: Every TikTok MCP Server Compared (2026)

Seven MCP servers offer TikTok-related functionality for AI agents in 2026. They range from content intelligence and QA (Hooklayer) to basic data retrieval (TikNeuron) to multi-platform scheduling (Ayrshare). This guide compares each server's tools, transport type, pricing, and best-fit use case so you can pick the right stack for your workflow.

Quick comparison

Hooklayer
Content intelligence, QA, scoring
Streamable-HTTP
8 tools
Free: 50 creditsRegistry: Anthropic Official
Composio TikTok
Posting, scheduling, account mgmt
Stdio
10+ tools
Free: Free tierRegistry: Community
TikNeuron (seym0n)
Data retrieval, profiles, videos
Stdio
4-6 tools
Free: Open sourceRegistry: GitHub
viral.app MCP
Viral content discovery
Streamable-HTTP
3-5 tools
Free: Limited freeRegistry: Community
Ayrshare MCP
Multi-platform posting
Stdio
8+ tools
Free: Free tierRegistry: Community
Metricool MCP
Analytics, reporting
Stdio
5+ tools
Free: Free tierRegistry: Community
TikTok Ads MCP
Ad campaigns, targeting
Varies
6+ tools
Free: Ads account req.Registry: Official

Hooklayer: content intelligence for TikTok

Hooklayer is the QA gate and slop filter for AI-generated content. It is the only TikTok MCP server listed on the Anthropic Official MCP Registry. Where other servers focus on posting or basic data, Hooklayer focuses on making content better before it goes live.

The analyze_account tool takes a TikTok handle and returns viral DNA analysis: which hook patterns work, what formats perform, posting timing insights, and a recommended_chain of follow-up tool calls. The agent can review and execute these suggestions, turning one call into a full intelligence workflow.

The score_hook tool rates any hook text 0-100 against patterns from 100K+ analyzed viral videos. Hooks below 70 get flagged. predict_virality does the same for full scripts. This is what makes Hooklayer a QA layer rather than just another generation tool.

Transport is streamable-http, so there is nothing to install. Paste the config, add your API key, restart Claude Desktop. Free tier: 50 lifetime credits, no card. Starter: $49/month for 3,200 credits. Pro: $149/month for 10,000 credits. Agency: $499/month for 32,000 credits with white-label and 10 seats.

Composio TikTok: posting and account management

Composio is a multi-tool platform that wraps many SaaS APIs into MCP servers. Their TikTok integration covers posting videos, managing account settings, retrieving analytics, and scheduling content. It runs as a stdio server (requires local installation via npm).

Best for teams that primarily need to post and schedule from Claude. It does not analyze content quality, score hooks, or provide intelligence on what makes content viral. If you need QA, pair it with Hooklayer.

TikNeuron (seym0n/tiktok-mcp): open-source data retrieval

TikNeuron is an open-source MCP server that retrieves TikTok user profiles, video lists, and engagement metrics. It is a lightweight stdio server you self-host. No analytics, no scoring, no intelligence layer. Just raw data access.

Best for developers who want to pull TikTok data into custom agent workflows. Not suitable for marketing teams who need actionable insights. Requires Node.js and a TikTok API key or scraper configuration.

viral.app MCP: viral content discovery

viral.app focuses on surfacing viral content across platforms. Their MCP server lets agents search for trending videos, discover viral patterns, and track content performance. The tool set is smaller than Hooklayer but focused on the discovery phase.

Best for research workflows where you need to find what is trending before creating. Does not score your content or provide QA. Pairs well with a generation tool and Hooklayer for the quality gate.

Ayrshare MCP: multi-platform posting

Ayrshare is a social media management API that offers an MCP server. It supports posting to TikTok, Instagram, X, LinkedIn, Facebook, and more through a single connection. The MCP interface exposes scheduling, media uploads, and basic analytics.

Best for teams that need to publish across multiple platforms from one agent workflow. Strong on distribution, minimal on content intelligence. The typical stack is Hooklayer (analyze and score) plus Ayrshare (schedule and post).

Metricool MCP: analytics and reporting

Metricool is a social media analytics platform with an MCP server that provides performance reporting, engagement metrics, and audience insights across TikTok and other platforms. The agent can pull historical performance data to inform content strategy.

Best for data-driven teams that want to feed performance metrics into their content planning workflow. Pairs with any content generation and QA server.

TikTok Official Ads MCP: advertising workflows

TikTok released an official MCP server focused on advertising. It handles ad campaign creation, audience targeting, budget management, and performance reporting. Requires an active TikTok Ads Manager account.

Best for paid media teams running TikTok ad campaigns. Does not cover organic content, hook scoring, or content intelligence. Entirely separate from organic content workflows. If you run both organic and paid, use this plus Hooklayer.

Which TikTok MCP server should you use?

Content creators and UGC makers

Start with Hooklayer. Score hooks, analyze competitors, predict virality, and remix viral content. Add Ayrshare later if you want to schedule posts from Claude.

Marketing agencies

Hooklayer (intelligence and QA) plus Ayrshare or Composio (posting). The Hooklayer Agency tier supports 10 seats and white-labeling. Match_voice maintains distinct brand voices per client.

Paid media teams

TikTok Official Ads MCP for campaign management. Add Hooklayer to score ad hooks before spending budget on them.

Developers building custom agents

TikNeuron for raw data retrieval in custom pipelines. Hooklayer REST API for scoring and intelligence in production systems.

Frequently asked questions

What is a TikTok MCP server?

A TikTok MCP server is a Model Context Protocol server that gives AI agents access to TikTok-related functionality. This can include content analysis, posting, analytics, ad management, or video search. Each server connects to Claude Desktop or other MCP clients via a config block.

Which TikTok MCP server is best for content creators?

For content creators focused on improving their hooks and scripts, Hooklayer is the best option. It provides hook scoring, virality prediction, competitor analysis, and content remixing from 100K+ analyzed viral videos. For creators who mainly need posting and scheduling, Ayrshare or Composio cover that workflow.

Can I use multiple TikTok MCP servers at once?

Yes. You can run Hooklayer for content intelligence and Ayrshare for scheduling in the same Claude Desktop config. The agent picks the right server for each task. This is a common setup for teams that want both analysis and publishing in one workflow.

Does TikTok have an official MCP server?

TikTok released an official Ads MCP server focused on advertising workflows. It handles campaign creation, audience targeting, and performance reporting. It does not cover organic content analysis, hook scoring, or content intelligence. For organic content workflows, you need a third-party server like Hooklayer.

How does Hooklayer access TikTok data?

Hooklayer maintains a database of 100K+ analyzed viral TikTok videos. Its tools (analyze_account, search_videos, trend_pulse) query this database plus live APIs to return intelligence. It does not require your TikTok login credentials. All tools are read-only and never modify your TikTok account.

What is the difference between TikNeuron and Hooklayer?

TikNeuron (seym0n/tiktok-mcp) is an open-source stdio server focused on basic TikTok data retrieval, pulling user profiles, video lists, and engagement metrics. Hooklayer is a hosted server with 8 specialized tools that analyze, score, and remix content against viral patterns. Hooklayer adds intelligence on top of data.

Is there a free TikTok MCP server?

Hooklayer offers 50 free lifetime credits (no card required) for its 8 tools. TikNeuron is open-source and free to self-host. TikTok Official Ads MCP requires an active TikTok Ads account. Composio and Ayrshare have free tiers with limited calls.