{ "name": "tiktapdown-mcp", "version": "1.2.0", "mcpName": "io.github.farukkolip/tiktapdown-mcp", "description": "TikTapDown MCP Server \u2014 10 TikTok creator tools: download videos and audio, hashtags, hooks, RPM and engagement calculators, Unicode fonts, trends, keyword research. Part of the Tapdown family.", "main": "dist/index.js", "bin": { "tiktapdown-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test:contract": "node scripts/contract-test.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "express": "^5.2.1", "zod": "^3.23.8" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^22.0.0", "ts-node": "^10.9.2", "typescript": "^5.5.0" }, "files": [ "dist" ], "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "claude-desktop", "anthropic", "cursor", "windsurf", "tiktok", "tiktok-downloader", "tiktok-video-downloader", "tiktok-mcp", "tiktapdown", "hashtags", "social-media", "creator-tools", "no-watermark", "hooks", "viral-hooks", "best-time-to-post" ], "homepage": "https://tiktapdown.com", "repository": { "type": "git", "url": "git+https://github.com/farukkolip/tiktapdown-mcp.git" }, "bugs": { "url": "https://github.com/farukkolip/tiktapdown-mcp/issues" }, "author": "farukkolip", "license": "MIT" }