TikTapDown for Cursor
io.github.farukkolip/tiktapdown-mcp
10 TikTok creator tools — video/MP3 download, daily trends for 16 countries, hashtags, hooks.
client:Cursor
transport:stdio
runtime:npm
Install TikTapDown in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tiktapdown-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tiktapdown-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs