Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#024 · OSINT — Platforms

TikTok MCP

video/profile metadata

Pulls TikTok video metadata, profile information, and captions for content analysis.

Cost
Free · no API key
API key
Not required
Slug
tiktok-mcp
MCP.md
---
name: tiktok-mcp
category: osint-platforms
cost: free
api_key_required: no
repo: https://github.com/Seym0n/tiktok-mcp
paired_skills: ["tiktok-investigation"]
capabilities: ["social-scrape", "video-metadata"]
---

# TikTok MCP — video/profile metadata

Pulls TikTok video metadata, profile information, and captions for content analysis.

## Install

```
npx -y tiktok-mcp
```

## Configuration

```json
{
  "mcpServers": {
    "tiktok": {
      "command": "npx",
      "args": ["-y", "tiktok-mcp"]
    }
  }
}
```

## What it adds

Claude retrieves TikTok video metadata (posting time, view counts, hashtags), profile data, and captions. Useful for tracking content spread, identifying original upload timestamps for geolocation/chronolocation confirmation, and profiling subjects who are active on TikTok.

**Fragility caveat:** Unofficial scraping — may break with TikTok app changes. Not suitable for long-running automated monitoring.

## Pairs with skills

- 053 `tiktok-investigation`

## Cost

Free. No API key. Subject to TikTok ToS and scraping fragility.
Pairs with skills
  • #053tiktok-investigation

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
TikTok MCP — video/profile metadata — MCP server · OSINT Tradecraft