PluginBench
MCP Server

io.github.lanternrow/tiktok-organic-mcp MCP Server

io.github.lanternrow/tiktok-organic-mcp

What is the io.github.lanternrow/tiktok-organic-mcp MCP server?

TikTok organic analytics — video performance, engagement metrics, and profile insights.

How to install io.github.lanternrow/tiktok-organic-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TIKTOK_ACCESS_TOKEN
    required
    secret

    TikTok OAuth Access Token from Login Kit flow

  • TIKTOK_CLIENT_KEY
    secret

    TikTok App Client Key (for token refresh)

  • TIKTOK_REFRESH_TOKEN
    secret

    TikTok Refresh Token (for token renewal)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "env": {
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "env": {
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "env": {
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tiktok-organic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "env": {
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add tiktok-organic-mcp --env TIKTOK_ACCESS_TOKEN=<YOUR_TIKTOK_ACCESS_TOKEN> --env TIKTOK_CLIENT_KEY=<YOUR_TIKTOK_CLIENT_KEY> --env TIKTOK_REFRESH_TOKEN=<YOUR_TIKTOK_REFRESH_TOKEN> -- npx -y tiktok-organic-mcp

Related MCP servers

Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0.

View repository →

Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.

View repository →

YouTube organic analytics — channel stats, video performance, watch time & audience insights.

View repository →