D

Douyin Insights

Douyin hot search, work search/details, comments/replies, profiles, series, transcript.

Douyin·No reviews yet
Share:

About

Douyin hot search, work search/details, comments/replies, profiles, series, transcript.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Douyin Insights.

What data can I access using the Douyin Insights MCP?
The Douyin Insights MCP enables access to public data from Douyin, including hot searches, work details, comments, user profiles, series information, and video transcripts. It focuses on publicly available content without requiring user authentication.
Does the Douyin Insights MCP require an API key or other credentials for use?
No, the Douyin Insights MCP does not require an API key or any other authentication credentials. It is designed for public data access and operates without authentication.
How can I set up Douyin Insights within an MCP client like Claude Desktop?
Installation in an MCP client like Claude Desktop typically involves adding the MCP's slug, 'douyin-insights', to your client's configuration. As it uses the 'stdio' transport, no complex network setup is usually required.
What specific Douyin data points or capabilities does this MCP provide?
This MCP specifically supports searching for Douyin hot trends, retrieving details about specific works, accessing comments and replies, viewing user profiles, exploring content series, and obtaining video transcripts.
What are the typical costs associated with using the Douyin Insights MCP?
The Douyin Insights MCP itself does not incur direct costs as it uses the 'stdio' transport and no authentication. Any potential costs would depend on the underlying Douyin service usage policies, if applicable.
Are there any limitations or prerequisites for using the Douyin Insights MCP?
A key limitation is that it only accesses publicly available data on Douyin. It does not support authenticated or private user data access. Also, its reliance on 'stdio' transport means local execution is required.

Install Douyin Insights

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "douyin-insights": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-douyin-insights"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "douyin-insights": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-douyin-insights"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "douyin-insights": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-douyin-insights"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.