Skip to content

Releases: Lesleyshi1015/unified-publish-mcp

v0.2.0

Choose a tag to compare

@Lesleyshi1015 Lesleyshi1015 released this 06 Aug 09:24

Release v0.2.0

v0.1.0 - Initial Release 🎉

Choose a tag to compare

@Lesleyshi1015 Lesleyshi1015 released this 06 Aug 08:18

🎉 Initial Release | 首次发布

统一多平台社交内容发布 MCP 服务器 | Unified Multi-Platform Social Content Publishing MCP Server

基于 Promotion Agent 架构,提供统一的多平台社交内容发布能力。
Built on the Promotion Agent architecture, providing unified multi-platform social content publishing capabilities.


✨ Features | 功能特性

  • 🚀 28 个平台支持 — 一键发布到 21 个中文平台 + 7 个国际平台
  • 🤖 MCP Server — 基于 Model Context Protocol,与 AI 助手无缝集成
  • 🔌 Plugin Registry — 基于装饰器的自动注册,轻松扩展新平台
  • 🎯 Strategy Pattern — 每个平台独立策略,互不影响

🌐 Supported Platforms | 支持平台

🇨🇳 中文平台 (21)

V2EX, 知乎, 微博, 小红书, 掘金, CSDN, B站, 抖音, 微信公众号, 头条号, 百家号, 简书, 豆瓣, 雪球, 语雀, 51CTO, 博客园, 开源中国, SegmentFault, 搜狐号, 一点号

🌍 International Platforms (7)

X/Twitter, LinkedIn, Reddit, Medium, Dev.to, Hashnode


📦 Installation | 安装

pip install unified-publish-mcp

🚀 Quick Start | 快速开始

from unified_publish_mcp import get_platform

# Get platform instance | 获取平台实例
zhihu = get_platform("zhihu")

# Publish content | 发布内容
result = await zhihu.publish({
    "title": "My Article",
    "content": "Hello World!",
    "tags": ["python", "mcp"]
})

📊 Stats | 项目统计

Metric Value
开发时间 Development Time 75 分钟 minutes
代码行数 Lines of Code 15,136
平台数量 Platforms 28
Agent 数量 Agents 29
验收测试 Acceptance Tests 100% passed

📚 Documentation | 文档


Made with ❤️ by Craft Agent