SocialDataX 抖音 Douyin MCP

SocialDataX 抖音 Douyin MCP

Read-only Douyin / 抖音 MCP by SocialDataX for hot search, work search/details, comments and replies, creator profiles, creator works, and creator series.

Category
Visit Server

README

抖音 MCP | Douyin MCP

This public repository provides public connection docs and MCP metadata for a hosted 抖音 MCP / Douyin MCP service by SocialDataX.

If you are looking for a Douyin MCP or 抖音 MCP for social media research workflows, this repository includes:

  • public MCP metadata and client configuration examples
  • the hosted streamable-http endpoint for clients that support remote MCP
  • an mcp-remote fallback example for command/stdio-only MCP clients

The business implementation is privately hosted. This repository exposes only the public connection surface for read-only social media intelligence workflows.

Search Aliases

Common search phrases for this MCP service:

  • 抖音 MCP
  • 抖音 数据 MCP
  • 抖音 热榜 MCP
  • 抖音 作品 MCP
  • 抖音 评论 MCP
  • 抖音 达人 MCP
  • Douyin MCP
  • Douyin data MCP
  • Douyin hot search MCP
  • Douyin work research MCP
  • Douyin comments MCP
  • Douyin creator MCP

Service

  • Hosted MCP endpoint: https://mcp.52choujiang.com/douyin/mcp
  • Hosted transport: streamable-http
  • Authentication: Authorization: Bearer <SOCIALDATAX_API_KEY>
  • Product: SocialDataX / 社媒数据助手
  • Website: https://socialdatax.com
  • Registry name: com.52choujiang/douyin-insights
  • Future registry name: com.socialdatax/douyin-insights
  • Current public capability version: 0.2.2

Platform MCP

Use the hosted streamable-http endpoint directly from clients that support authenticated remote MCP. For clients that only support command/stdio MCP servers, use mcp-remote as a local compatibility proxy.

Read-Only Scope

This MCP service is designed for read-only social media intelligence workflows. It does not provide account login, posting, editing, liking, commenting, or other account actions.

Supported workflows include:

  • Read the Douyin / 抖音 hot search list.
  • Search Douyin works by keyword with optional paging and filters.
  • Resolve a Douyin content page link, short link, or share text into structured work details.
  • Read work details when the caller already has an aweme_id.
  • Fetch paginated first-level comments for comment analysis.
  • Fetch paginated replies under a first-level comment.
  • Read creator profile data from a profile link, short link, share text, or sec_user_id.
  • Fetch creator work lists from a profile link, short link, share text, or sec_user_id.
  • Fetch creator short-drama / series lists from a profile link, short link, share text, or sec_user_id.

Tools

Tool Public purpose
douyin_get_hot_search_list Get the current Douyin / 抖音 main hot search list.
douyin_search_videos Search Douyin works by keyword with optional paging and filters.
douyin_get_video_detail_by_aweme_id Fetch structured work details when the caller already has an aweme_id.
douyin_get_video_detail_by_url Resolve a Douyin content page link, short link, or share text into structured work details.
douyin_get_video_comments_by_aweme_id Fetch paginated first-level comments when the caller already has an aweme_id.
douyin_get_video_comments_by_url Fetch paginated first-level comments directly from a Douyin content page link, short link, or share text.
douyin_get_video_comment_replies_by_comment_id Fetch paginated replies under a first-level comment by aweme_id and comment_id.
douyin_get_user_info_by_sec_user_id Fetch creator profile data when the caller already has a sec_user_id.
douyin_get_user_info_by_profile_url Resolve a Douyin profile link, short link, or share text into creator profile data.
douyin_get_user_posted_videos_by_sec_user_id Fetch a paginated list of works published by a creator when the caller already has a sec_user_id.
douyin_get_user_posted_videos_by_profile_url Fetch a paginated list of works published by a creator from a profile link, short link, or share text.
douyin_get_user_series_by_sec_user_id Fetch creator short-drama / series lists when the caller already has a sec_user_id.
douyin_get_user_series_by_profile_url Fetch creator short-drama / series lists from a profile link, short link, or share text.

Quick Start

For clients that support authenticated streamable-http, use the hosted endpoint directly:

{
  "mcpServers": {
    "socialdatax-douyin": {
      "type": "streamable_http",
      "url": "https://mcp.52choujiang.com/douyin/mcp",
      "headers": {
        "Authorization": "Bearer <SOCIALDATAX_API_KEY>"
      }
    }
  }
}

A ready-to-copy example is available in examples/streamable_http_config.json.

For command/stdio-only MCP clients, use mcp-remote:

{
  "mcpServers": {
    "socialdatax-douyin": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.52choujiang.com/douyin/mcp",
        "--header",
        "Authorization: Bearer <SOCIALDATAX_API_KEY>"
      ]
    }
  }
}

Claude Code can use remote HTTP directly:

claude mcp add --transport http --header "Authorization: Bearer <SOCIALDATAX_API_KEY>" socialdatax-douyin https://mcp.52choujiang.com/douyin/mcp

Claude Desktop should use its remote MCP / Connectors UI when available. If a local configuration file in your version only supports command/stdio servers, use the mcp-remote fallback.

Client Examples

Configuration examples are available in examples:

API Key

Request or manage API access from the product website:

https://socialdatax.com

Use the key as a Bearer token in the Authorization request header. Do not commit real API keys to code, docs, issues, or screenshots.

Directory Metadata

Public metadata files in this repository:

  • server-card.json: directory-oriented metadata for the hosted service. Official MCP Registry publishing uses the private source repo's registry/douyin/server.json for the current com.52choujiang/douyin-insights entry.
  • mcp.json: generic command/stdio fallback config using mcp-remote.
  • glama.json: Glama repository ownership metadata.
  • SUBMISSION_CHECKLIST.md: checklist for MCP directory submissions.

License

The files in this public repository are released under the MIT License. The license covers the public documentation and configuration examples in this repository only. It does not cover the managed service implementation, hosted infrastructure, or any private backend code outside this repository.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured