← Back to browse

dltik-mcp-server

Indexed by io.github.walidb212

About

Anonymous TikTok & Douyin downloader — metadata, download, and batch via dltik.app.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDLTIK_API_KEY DLTIK_LOCALE
Claude Code
claude mcp add --env DLTIK_API_KEY= --env DLTIK_LOCALE= dltik-mcp-server -- npx @dltik/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dltik-mcp-server","command":"npx","args":["@dltik/mcp-server"],"env":{"DLTIK_API_KEY":"","DLTIK_LOCALE":""}}'
JSON
{
  "mcpServers": {
    "dltik-mcp-server": {
      "command": "npx",
      "args": [
        "@dltik/mcp-server"
      ],
      "env": {
        "DLTIK_API_KEY": "",
        "DLTIK_LOCALE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.