🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@dltik/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dltik/mcp-server

dltik MCP server for TikTok metadata and downloads

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
28
-53.33%
Maintainers
1
Weekly downloads
 
Created
Source

@dltik/mcp-server

MCP server for dltik.app. It exposes TikTok metadata, direct download, and batch download tools over stdio.

Environment

  • DLTIK_API_URL=https://api.dltik.app
  • DLTIK_API_KEY=your_api_key

Install

npm install -g @dltik/mcp-server

Claude Desktop

claude_desktop_config.json

{
  "mcpServers": {
    "dltik": {
      "command": "npx",
      "args": ["-y", "@dltik/mcp-server"],
      "env": {
        "DLTIK_API_URL": "https://api.dltik.app",
        "DLTIK_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dltik": {
      "command": "npx",
      "args": ["-y", "@dltik/mcp-server"],
      "env": {
        "DLTIK_API_URL": "https://api.dltik.app",
        "DLTIK_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

  • tiktok_metadata(url)
  • tiktok_download(url, format)
  • tiktok_batch(urls, format)

Local development

npm run dev -w apps/mcp-server
npm run build -w apps/mcp-server

Keywords

mcp

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts