chinese-social-mcp

chinese-social-mcp

Enables AI agents to manage and publish content across multiple Chinese social media platforms including Xiaohongshu, Douyin, WeChat, Weibo, Zhihu, and Bilibili.

Category
Visit Server

README

Chinese Social Media MCP Server

中国社媒自动化MCP Server - 连接AI Agent与中国社交平台

6大平台支持

平台 ID 标题限制 正文限制 视频 图片
小红书 xiaohongshu 20字 1000字 ✅ 5分钟 ✅ 18张
抖音 douyin 55字 300字 ✅ 15分钟
微信公众号 wechat_mp 64字 20000字
微博 weibo - 2000字 ✅ 5分钟 ✅ 9张
知乎 zhihu 50字 50000字
B站 bilili 80字 250字 ✅ 60分钟

10个工具

# 工具 功能
1 list_platforms 列出所有支持的平台
2 get_platform_info 获取平台详细规格
3 adapt_content 内容多平台适配
4 check_content 内容合规检测
5 score_content 内容适配度评分
6 get_trending 获取热搜/热门话题
7 publish_content 发布内容到平台
8 analyze_content 内容数据分析
9 get_account_stats 获取账号数据
10 search_platform 搜索平台内容

核心能力

内容多平台适配

一段内容 → 6个平台版本,自动处理:

  • 字数截断/扩展
  • 标题自动生成(含平台特色: 小红书加emoji/知乎加问号)
  • 话题标签格式化(小红书#tag#/抖音#tag/微博#tag#)
  • 违禁词检测与替换
  • 平台风格建议

热搜监控

6大平台实时热搜:

  • 微博热搜 (30条)
  • 抖音热榜 (30条)
  • 知乎热榜 (30条)
  • B站热门 (30条)
  • 百度热搜 (30条)
  • 今日头条 (30条)

内容合规

  • 违禁词检测(不同平台不同词库)
  • 敏感内容模式识别(诱导加微信/诱导互动)
  • 外链风险提示
  • 自动替换建议

使用示例

内容适配

adapt_content(
    content="这是最好的AI工具推荐,绝对值得试试!",
    platforms="xiaohongshu,douyin,weibo",
    tags="AI,工具,推荐"
)

获取热搜

get_trending(platform="weibo", limit=10)

合规检测

check_content(content="保证100%有效!", platform_id="xiaohongshu")

本地安装

pip install -r requirements.txt
python server.py

REST部署

python -m chinese_social_mcp.rest_server

<<<<<<< HEAD

在线访问(推荐)

无需本地安装,直接在MCP客户端配置:

{
  "mcpServers": {
    "chinese-social-mcp": {
      "url": "http://www.mzse.com/social-mcp/"
    }
  }
}

REST API

curl http://www.mzse.com/social-mcp/

部署状态

项目 地址
域名 http://www.mzse.com/social-mcp/
GitHub https://github.com/zhaohongyuziranerran/chinese-social-mcp

=======

a81bf2a (Initial commit: Chinese Social Media MCP Server v1.0.0 - 10 tools, 6 platforms, trending/compliance/adaptation)

License

MIT

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