Catalog
io.github.walidb212/dltik-mcp-server
OfficialAnonymous TikTok & Douyin downloader — metadata, download, and batch via dltik.app.
Download TikTok and Douyin videos with metadata and batch processing capabilities.
README not available yet.
Install
Configuration
Environment variables
DLTIK_API_KEYsecretPro or Business API key for higher rate limits (optional — anonymous free tier: 10 downloads/day)
DLTIK_LOCALELocale for tool descriptions and error messages (en/fr/es/pt-br/ar/de)
claude_desktop_config.json
{
"mcpServers": {
"dltik-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dltik/mcp-server@1.0.1"
],
"env": {
"DLTIK_API_KEY": "<YOUR_DLTIK_API_KEY>",
"DLTIK_LOCALE": "<YOUR_DLTIK_LOCALE>"
}
}
}
}