TikTok MCP
Analyses TikTok videos, extracts subtitles, retrieves post details, and searches content via the TikNeuron API.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
TikTok MCP is a community server by solo developer Seym0n that proxies TikTok data through the third-party TikNeuron API. The maintainer appears to be a single individual with limited public track record, creating meaningful bus factor risk. The server requires an API key for TikNeuron, introducing a dependency on an external commercial service whose terms and data handling practices are outside your control. Installation is clone-and-build with no package registry distribution, making supply chain verification harder. Permissions are reasonably scoped to read-only API calls and outbound network access, which limits blast radius. The repository is open source with basic documentation, though transparency around TikNeuron's own security posture is limited. No known security incidents, but the combination of solo maintenance, third-party API dependency, and manual installation warrants caution for production use.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKComment streams and DMs are mixed-trust; posting and DM-replying are outbound. Trifecta.
Green flags
- Read-only API operations limit potential damage
- Open source repository allows code inspection
- Scoped to single domain (TikTok content retrieval)
- No filesystem or shell access requested
Red flags
- Solo maintainer with limited public track record and bus factor risk
- Requires third-party TikNeuron API key with unclear data handling terms
- No package registry distribution, clone-and-build only
- TikNeuron API security posture and compliance unknown
- Sparse commit history and minimal community review
Permissions requested
Install
npm install && npm run build
TIKNEURON_API_KEYReview
Install this if you're already using TikNeuron and need TikTok data inside Claude for research or content work. Skip it if you don't have an API key budget or need more than basic transcript and metadata extraction.
Good at
- Pulls full subtitle transcripts and engagement metrics from TikTok URLs in one request.
- Search tool lets you query by keyword or hashtag and returns ranked results with metadata.
- No scraping: uses a proper API, so it's more stable than browser automation hacks.
- Minimal setup if you already have a TikNeuron account and know npm basics.
Watch out
- Requires a paid TikNeuron API key with per-request charges, which aren't documented in the repo.
- No caching or batch processing, so analysing many videos means many billable API calls.
- Error handling and rate limit behaviour aren't explained, leaving you to debug blind.
- README skips example prompts, so new users have to guess what queries actually work.
Use cases
- viral content research
- transcript extraction
- creator analytics
- trend spotting
Getting started
Works with
Similar MCPs
- Bluesky Social MCPFull Bluesky control over the atproto client, covering profiles, feeds, posts, follows, and interactions.
- TwilioSend SMS, manage phone numbers, query call logs. The standard for voice/SMS workflows from inside an agent.
- GmailRead, search, send, label Gmail messages from Claude. Note: original repo archived March 2026; community forks may be more current.
- ResendResend's official MCP for transactional email. Send, list, schedule from Claude — straightforward, fast, well-documented.