TikTok MCP

Integrations

  • Enables analysis of TikTok videos to determine virality factors, retrieval of video content including subtitles in different languages, and interaction with TikTok videos through chat.

틱톡 MCP

TikTok MCP는 TikNeuron을 통해 TikTok 액세스를 Claude AI 및 기타 앱에 통합합니다. 이 TikTok MCP를 사용하면

  • TikTok 비디오를 분석하여 바이러스성 요인을 파악합니다.
  • TikTok 비디오에서 콘텐츠를 가져오세요
  • TikTok 영상으로 채팅하기

사용 가능한 도구

틱톡_사용가능한_자막

설명:
사용 가능한 자막, 즉 TikTok 동영상 콘텐츠를 조회합니다. 이 기능은 TikTok 동영상에 사용 가능한 콘텐츠(자막)가 있는지 확인하는 데 사용됩니다. 동영상에 사용 가능한 자막을 반환합니다. 자막은 자동 음성 인식, 기계 번역, 크리에이터 캡션 등 다양한 언어와 형식으로 제공됩니다.

입력 매개변수:

틱톡_자막_받기

설명:
TikTok 동영상 URL의 자막(콘텐츠)을 가져옵니다. 이 기능은 TikTok 동영상의 자막, 콘텐츠 또는 맥락을 가져오는 데 사용됩니다. 언어 코드가 제공되지 않으면 도구는 자동 음성 인식 기능을 통해 자막을 반환합니다.

입력 매개변수:

틱톡_게시물_세부정보_받기

설명:
TikTok 게시물의 세부 정보를 가져옵니다. 다음과 같은 비디오 세부 정보를 반환합니다.

  • 설명
  • 작성자 사용자 이름
  • 해시태그
  • 좋아요, 공유, 댓글, 조회수 및 북마크 수
  • 생성 날짜
  • 영상의 길이

입력 매개변수:

요구 사항

이 TikTok MCP를 사용하려면 다음이 필요합니다.

설정

  1. 저장소를 복제합니다

지엑스피1

  1. 종속성 설치
npm install
  1. 프로젝트 빌드
npm run build

이렇게 하면 build\index.js 파일이 생성됩니다.

Claude AI에서 사용

mcpServers 에 다음 항목을 추가합니다.

"tiktok-mcp": { "command": "node", "args": [ "path\\build\\index.js" ], "env": { "TIKNEURON_MCP_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } }

그리고 경로를 TikTok MCP path 로 바꾸고 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX TIkNeuron API 키로 바꾸세요.

그러면 mcpServers 다음과 같이 보일 것입니다.

{ "mcpServers": { "tiktok-mcp": { "command": "node", "args": [ "path\\build\\index.js" ], "env": { "TIKNEURON_MCP_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

TikTok 비디오용 MCP 서버로, 비디오 자막과 좋아요 수, 해시태그, 게시 시간 등의 게시물 세부 정보를 얻을 수 있습니다.

  1. 사용 가능한 도구
    1. 틱톡_사용가능한_자막
    2. 틱톡_자막_받기
    3. 틱톡_게시물_세부정보_받기
  2. 요구 사항
    1. 설정
      1. Claude AI에서 사용

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
          Last updated -
          1
          0
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
          Last updated -
          1
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A comprehensive MCP server providing detailed IMDb data including movies, TV shows, and upcoming releases.
          Last updated -
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows users to upload projects (single files or directories) to the Yourware platform, enabling easy deployment and showcasing of projects.
          Last updated -
          7
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        ID: ywysg34izg