Back to Apps

TikTok Downloader
by pawanpaudel93
Download TikTok videos and profile pictures directly through your AI agent.
0 stars
Works in:CodexCursor
Exposes:Tools
What it does
This MCP server connects AI agents to TikTok's platform, allowing them to download videos and profile pictures as well as fetch detailed metadata for both content and users.
Tools
download_video: Download a TikTok video and returns the local file path.get_video_info: Retrieve detailed video metadata including likes, shares, author info, and description.download_profile_photo: Download a TikTok user's profile picture in various sizes.get_profile_info: Fetch profile metadata such as follower counts, bio, and verification status.
Installation
Install the MCP binary:
go install github.com/pawanpaudel93/go-tiktok-downloader/cmd/tiktok-dl-mcp@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"tiktok": {
"command": "tiktok-dl-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Codex
- Cursor
Quick install
go install github.com/pawanpaudel93/go-tiktok-downloader/cmd/tiktok-dl-mcp@latestInformation
- Pricing
- free
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add "tiktok": { "command": "tiktok-dl-mcp" } to your MCP config.Claude Desktop
{
"mcpServers": {
"tiktok": {
"command": "tiktok-dl-mcp",
"args": []
}
}
}





