HasData TikTok MCP Server
A hosted Model Context Protocol (MCP) server that gives Claude, Cursor, Windsurf and any other MCP client four read-only TikTok tools. Look up a public profile, walk an account's videos, read the comments on a video, and search TikTok for videos or creators, all as structured JSON, with no TikTok developer account and no OAuth. Its 4 documented tools cover hasdata, tiktok.
People who work with hasdata and tiktok and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-14 · ★ 15 · #5 OF 47 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-09-18
MIT · JavaScript servers · how we verify → /methodology
01 · Install HasData TikTok
before you install - you'll need
HASDATA_API_KEY
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add hasdata-tiktok-mcp --transport http https://mcp.hasdata.com/api/mcp?apis=tiktok Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"hasdata-tiktok-mcp": {
"url": "https://mcp.hasdata.com/api/mcp?apis=tiktok"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://mcp.hasdata.com/api/mcp?apis=tiktok
transport: streamable-http
endpoint alive - authentication required · probed 2026-09-18
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.hasdata.com
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
repo age created 2026-08-24 - young repo, little track record yet
license MIT - declared in the repository
npm package @hasdata/tiktok-mcp - published under the repo owner's npm scope (@hasdata)
registry vendor namespace com.hasdata - domain-verified with the official MCP registry
03 · What HasData TikTok can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 4 documented tools spanning hasdata, tiktok, including hasdata_tiktok_comments_getTikTokComments, hasdata_tiktok_posts_getTikTokPosts, hasdata_tiktok_profile_getTikTokProfile, hasdata_tiktok_search_getTikTokSearch.
The 4 tools it gives your agent
Extracted from the project's README - what HasData TikTok lets an agent do.
- hasdata_tiktok_comments_getTikTokComments
- - 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…
- 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
Latest releases
v1.0.2 · 2026-08-27
Published to npm and PyPI by GitHub Actions over OIDC trusted publishing, so no token is stored anywhere. The npm tarball carries a provenance attestation linking it to this commit and run.
v1.0.1 · 2026-08-26
the README now links the npm and PyPI packages with version badges. No functional change to the bridge or tools.
v1.0.0 · 2026-08-24
Stable release of the HasData TikTok MCP server. Install from npm (@hasdata/tiktok-mcp) or connect to the hosted server over streamable HTTP. Four tools: profile, posts, comments and search. The PyPI package…
04 · Who maintains HasData TikTok
HasData TikTok is maintained by hasdata. We track 26 MCP servers from hasdata - 26 actively maintained, 332 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from hasdata.
- HasData Instagram Public Instagram profiles and post feeds by handle, with hashtags and mentions parsed. ★ 22
- HasData Google Search (SERP) Google SERP as JSON: organic, AI Overview, People Also Ask, AI Mode, news, shopping. No Cloud setup. ★ 22
- HasData YouTube Search YouTube and read video, channel and transcript data as JSON. No Google Cloud project. ★ 6
- HasData Google Trends Google Trends interest over time, by region, and related queries and topics, as JSON. ★ 6
- HasData Airbnb Airbnb stays by location and dates, and full listing details, as structured JSON. ★ 6
- HasData Google Maps Google Maps places, reviews, contributor history, photos and posts as JSON. No Google Cloud. ★ 6
05 · Facts
- repository
- github.com/hasdata/tiktok-mcp
- category
- social media - ranked #5 of 47 actively-maintained social media servers as of 2026-09-18.
- release cadence
- 3 releases in the last 90 days (latest 2026-08-27)
- registry
- com.hasdata/tiktok (active, first published 2026-08-24 · 5 versions)
- packages
- npm:@hasdata/tiktok-mcp · pypi:hasdata-tiktok-mcp
06 · HasData TikTok FAQ
Is HasData TikTok still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can HasData TikTok do?
An agent gets 4 documented tools spanning hasdata, tiktok, including hasdata_tiktok_comments_getTikTokComments, hasdata_tiktok_posts_getTikTokPosts, hasdata_tiktok_profile_getTikTokProfile, hasdata_tiktok_search_getTikTokSearch.
How do I install HasData TikTok?
Run `npx -y @hasdata/tiktok-mcp`. The README documents one environment variable (HASDATA_API_KEY) to set first. You can also paste the ready-made client config above.
Does HasData TikTok require authentication?
Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to HasData TikTok
Alternatives to HasData TikTok
Maintained social media servers if HasData TikTok isn't the fit.
- Reddit MCP Buddy Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis. ★ 828 · 2026-08-17
- Openpost Manage social publishing workflows through OpenPost ★ 566 · 2026-09-18
- YouTube Transcript An MCP server retrieving transcripts of YouTube videos ★ 481 · 2026-09-17
- Reddit MCP Server (jordanburke) Reddit MCP server with full read/write - posts, comments, search, and content creation. ★ 261 · 2026-09-18
- Reddit Research MCP Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research ★ 245 · 2026-09-08
- Taisly Social Media Posting Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly. ★ 213 · 2026-07-06
More social media MCP servers · PullPush Reddit · Synter Ads (jshorwitz)
More JavaScript MCP servers · HasData Yelp · HasData YouTube · Admin MCP · Airmcp · Hithereiamaliff MCP Datagovmy · see all