In-depth architectural comparison of the HasData TikTok and TikTok Trends MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
HasData TikTok
Social Media · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
TikTok Trends MCP
Social Media · Remote HTTP/SSE
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose HasData TikTok if you need specialized Social Media tools running via a local process. Choose TikTok Trends MCP if your workspace requires Social Media integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose HasData TikTok when:
You need dedicated capabilities in the Social Media domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Fetches the comments on a public TikTok video by its numeric video id, or the replies to a specific comment when commentId is given. 10 credits a call
hasdata_tiktok_posts_getTikTokPosts
A page of ~35 videos plus a `nextPageToken`; pass that token back to walk the account history one page at a time. 10 credits a call
hasdata_tiktok_profile_getTikTokProfile
Fetches a public TikTok profile by username (handle) and returns nickname, biography, bio link, avatar URLs, verified/private flags, account creation time, and…. 10 credits a call
hasdata_tiktok_search_getTikTokSearch
Searches TikTok by keyword and returns either videos (with description, hashtags, mentions, like/comment/share/play counts, cover and playable video URLs, music, and…. 10 credits a call
TikTok Trends MCP Tools (3)
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
HasData TikTok is categorized under Social Media and uses a local stdio subprocess. In contrast, TikTok Trends MCP belongs to Social Media using remote streaming HTTP/SSE transport. Select HasData TikTok when you need capabilities focused on social media and TikTok Trends MCP when you require tools for social media.
Weekly (or daily) history for **one** `source` + `keyword`. Same name on MCP and REST (`mode: "get_time_series"`). REST also accepts `get_trends` as an alias.
get_growth
Point-to-point percent change. Several windows in one call still count as **one** request for that source + keyword.
get_top_trends
Live ranked list. **No keyword.** On MCP, `type` is required and must match the feed name **exactly** (including capitals). On REST, omit `type` only if you intend to pull every feed (billed per feed).