/ Annuaire / Playground / TikTok MCP
● Communauté seym0n ⚡ Instantané

TikTok MCP

par seym0n · seym0n/tiktok-mcp

TikTok integration MCP — analyze videos, fetch metadata, surface virality signals.

TikTok integration MCP — analyze videos, fetch metadata, surface virality signals.

Démo en direct

Aperçu en pratique

tiktok-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "tiktok-mcp",
      "command": "npx",
      "args": [
        "-y",
        "tiktok-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "tiktok-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "tiktok-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add tiktok-mcp -- npx -y tiktok-mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : TikTok MCP

Get started with TikTok MCP

Quand l'utiliser : When you want to bring TikTok MCP into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use TikTok MCP to help me with a task.✓ Copié

Résultat : Claude can interact with TikTok MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills