SocialDataX Kuaishou MCP
Provides tools for interacting with Kuaishou's social media content intelligence, including hot search lists, video and user search, video details, comments and replies, creator profiles, and speech-to-text transcripts for video works.
快手 MCP | Kuaishou MCP | Kwai MCP
This public repository provides public connection docs and MCP metadata for a hosted 快手 MCP / Kuaishou MCP / Kwai MCP service by SocialDataX.
If you are looking for a 快手 MCP, Kuaishou MCP, or Kwai MCP for social media research workflows, this repository includes:
public MCP metadata and client configuration examples
the hosted
streamable-httpendpoint for clients that support remote MCPan
mcp-remotefallback example for command/stdio-only MCP clients
The business implementation is privately hosted. This repository exposes only the public connection surface for social media content intelligence workflows.
Search Aliases
Common search phrases for this MCP service:
快手 MCP快手 热榜 MCP快手 数据 MCP快手 作品 MCP快手 评论 MCP快手 达人 MCPKuaishou MCPKuaishou hot search MCPKuaishou data MCPKuaishou work research MCPKuaishou comments MCPKuaishou creator MCPKwai MCPKwai data MCP
Related MCP server: SocialDataX WeChat Channels MCP
Service
Hosted MCP endpoint:
https://mcp.socialdatax.com/kuaishou/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/kuaishou-insightsFuture registry name:
com.socialdatax/kuaishou-insightsCurrent public capability version:
0.1.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.
Workflow Scope
This MCP service is designed for social media content intelligence workflows. It does not provide account login, posting, editing, liking, commenting, or other account actions.
Supported workflows include:
Query the current API Key account's SocialDataX points balance.
Read the current Kuaishou / 快手 short-video hot search list.
Search Kuaishou works by keyword or phrase; when a work link,
photo_id, or search resultshare_urlis already available, use the corresponding detail or comment tool; supportspage_tokencontinuation; do not passpage.Search Kuaishou users by keyword or phrase; when a profile link or
user_idis already available, use the corresponding profile or creator work-list tool; supportspage_tokencontinuation; do not passpage.Resolve a Kuaishou work page link, short link, or share text into structured work details.
Read work details when the caller already has a
photo_id.Fetch paginated first-level comments for comment analysis.
Fetch paginated replies under a first-level comment.
Read creator profile data from a non-empty
user_id, profile link, short link, or share text. Live/fw-user profile shares are supported for profile data; successful results return a reusable non-emptyuser_id.Fetch creator work lists from a non-empty
user_id, or from a profile link, short link, or share text that resolves directly to a non-emptyuser_id. For live/fw-user profile shares, call creator profile first and use the returned non-emptyuser_id.Submit a work video speech-to-text transcript task; the submit call may wait up to 240 seconds, and unfinished jobs should continue polling the same
job_iduntil terminal.
Tools
Tool | Public purpose |
| Query the current API Key account's SocialDataX points balance. |
| Fetch the current Kuaishou / 快手 short-video hot search list. |
| Search Kuaishou works by keyword or phrase. Use this tool when the user needs works found by a search term; when a work link, |
| Search Kuaishou users by keyword or phrase. Use this tool when the user needs users found by a search term; when a profile link or |
| Fetch structured work details when the caller already has a |
| Resolve a Kuaishou work page link, short link, or share text into structured work details. |
| Fetch paginated first-level comments when the caller already has a |
| Fetch paginated first-level comments directly from a Kuaishou work page link, short link, or share text. |
| Fetch paginated replies under a first-level comment by |
| Fetch creator profile data when the caller already has a non-empty |
| Resolve a Kuaishou profile link, including live/fw-user profile shares, short link, or share text into creator profile data; successful results return a reusable non-empty |
| Fetch a paginated list of works published by a creator when the caller already has a non-empty |
| Fetch a paginated list of works published by a creator from a profile link, short link, or share text that resolves directly to a non-empty |
| Submit a work video speech-to-text transcript task from a work page link, short link, or share text. The submit call may wait up to 240 seconds; if unfinished, continue polling the same |
| Submit a work video speech-to-text transcript task from a |
| Check a work video speech-to-text transcript job using a valid |
Quick Start
For clients that support authenticated streamable-http, use the hosted endpoint directly:
{
"mcpServers": {
"socialdatax-kuaishou": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/kuaishou/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-kuaishou": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialdatax.com/kuaishou/mcp",
"--header",
"Authorization: Bearer <SOCIALDATAX_API_KEY>"
]
}
}
}Claude Code can use remote HTTP directly:
claude mcp add --transport http socialdatax-kuaishou https://mcp.socialdatax.com/kuaishou/mcp --header 'Authorization: Bearer ${SOCIALDATAX_API_KEY}'Persist SOCIALDATAX_API_KEY in the runtime environment or client Secret before restarting Claude Code.
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/ai?from=github
Use the key as a Bearer token in the Authorization request header. Do not commit real API Key values 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/kuaishou/server.jsonfor the currentcom.52choujiang/kuaishou-insightsentry.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.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceRead-only Douyin / 抖音 MCP by SocialDataX for hot search, work search/details, comments and replies, creator profiles, creator works, and creator series.MIT
- AlicenseNot gradedqualityCmaintenanceWeChat Channels MCP by SocialDataX for videos and image posts, comments, creator profiles, speech-to-text transcripts, and WeChat Official Account articles.MIT
- AlicenseNot gradedqualityCmaintenanceZhihu MCP by SocialDataX for hot lists, cross-type content search and details, comments and replies, creator profiles, and creator article lists.MIT
- AlicenseNot gradedqualityCmaintenanceWeibo MCP by SocialDataX for hot search, post search and details, comments and replies, creator profiles and posts, and video speech-to-text transcripts.MIT
Related MCP Connectors
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
Public TikTok profiles, videos, comments and keyword search as JSON. No developer account.
Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/kuaishou-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server