Free tool · MCP

TikTok MCP server

Plug TikTok analytics straight into Claude, Cursor, or any MCP-aware client. Your agent gets real-time creator and video data — no copy-paste, no dashboard hopping.

Capabilities

  • Get profile analytics for any TikTok account
  • Retrieve video metrics — views, likes, comments, shares
  • Analyze audience demographics and geography
  • Search trending hashtags and sounds
  • Track follower growth over time
  • Stream structured JSON to your agent

Add it to your stack

# Install via npx
npx @sortcreators/tiktok-mcp

# Or wire into your MCP config
{
  "mcpServers": {
    "sortcreators-tiktok": {
      "command": "npx",
      "args": ["@sortcreators/tiktok-mcp"],
      "env": {
        "SORTCREATORS_API_KEY": "your-api-key"
      }
    }
  }
}

Requirements

A SortCreators API key — available on all paid plans. Generate yours from the API settings inside the app.

Node.js 18+. The server supports both stdio and SSE transports.