ViralTransformer MCP Server

ViralTransformer MCP Server

A high-performance MCP server designed for content creators. It automates the workflow of scraping web articles and transforming them into viral social media posts using specialized, context-aware prompt templates.

Category
访问服务器

README

🚀 ViralTransformer MCP Server

⭐ 点我直达右上角点亮星星 | Star this Project

Turn raw URLs into viral hits. Because manually writing posts is so 2025. <br> 将枯燥的链接化为爆款。毕竟,手动写文案已经是 2025 年的老古董了。

Glama Score MIT License Star Counter MCP Powered

ViralTransformer is a high-performance MCP server that turns Claude into a 24/7 social media growth hacker. It doesn't just scrape; it thinks, analyzes, and drafts.

ViralTransformer 是一款高性能 MCP 服务器。它不仅仅是抓取网页,更是将 Claude 变成了一个 24/7 全天候在线的自媒体增长黑客。


✨ Key Features | 核心功能

Feature Description
The "Remake" Command Give Claude a URL and say "remake this"<br>一键洗稿:丢给 Claude 一个链接,直接收获商业深度稿与情绪爆款稿
Dual-Version Output Get "Deep Insight" for LinkedIn and "High-Energy" for X/Social<br>双重输出:同步生成 LinkedIn 深度观察与 X/小红书情绪爆款
Local Drafts Auto-saves every genius idea to ./drafts immediately<br>自动存档:灵感即刻落库,永不丢失每一条金句

🏆 Milestone | 星星里程碑

Every ⭐ unlocks a new creative capability.<br>每一颗 ⭐,都是一次 AI 玩法的底层进化

Stars Achievement
⭐50 The Roast Master — AI rewrites news with extreme sarcasm <br> 毒舌教主:开启“键盘侠”模式,让 AI 用最阴阳怪气的口吻重写新闻。
⭐188 Cyberpunk 2077 — Tech-noir storytelling <br> 赛博大饼:把平凡的科技更新,改写成充满霓虹灯、义体、反乌托邦色彩的科幻文案。
⭐300 The Abstract Master — Post-modern "Madness" style <br> 抽象大师:解锁“互联网抽象话”。废话文学、发疯文学,怎么好玩怎么来。
⭐520 "Blind Date" Profile — News as a high-end date bio <br> 高端相亲模式:把枯燥财报改写成“年入百万、海归精英、热爱滑雪”的凡尔赛相亲文案。
⭐888 "The Secret Agent" — Auto-monitor competitors <br> 赛博间谍:发布自动监控对手动态并生成“回击文案”的保姆级自动化教程。

🛠️ Tech Stack | 技术栈

  • FastMCP: High-performance Python framework for MCP.
  • Httpx: Async-first engine for rapid content retrieval.
  • BeautifulSoup4: Robust HTML parsing.
  • Pydantic: Ensuring strict type safety and structured data outputs.

🚀 Quick Start | 快速开始

📦 Prerequisites | 前置条件

  • Python 3.10+
  • uv (Recommended for dependency management)

📥 Installation | 安装

# Clone the repository
git clone https://github.com/BelleKou/mcp-viral-transformer.git
cd mcp-viral-transformer

# Install dependencies (Modern way)
uv pip install -e .

# Or the traditional way
pip install -r requirements.txt

⚙️ Configuration | 配置

To use this server, you need an Anthropic API Key. Set it in your environment:

  • ANTHROPIC_API_KEY: Your key from the Anthropic console.

🤖 Claude Desktop Integration | 集成到 Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "viral-transformer": {
      "command": "uv",
      "args": [
        "run",
        "--with", "mcp",
        "mcp", "run",
        "/your/path/to/mcp-viral-transformer/server.py"
      ]
    }
  }
}

⚠️ Replace the path with your actual local path.


📝 Example Output | 成果展示

Case 1: Silicon Valley Power Play (English Native)

Source: Anthropic's $30B Compute Deal Generated File: 📄 drafts/anthropic_30b.md

<details> <summary>👉 Click to expand viral content preview</summary>


⚡️ THE $30B COMPUTE HEGEMONY: ANTHROPIC X GOOGLE X BROADCOM

🏛️ Version A: Professional Insight

Title: The Death of Asset-Light AI: Anthropic's Vertical Integration Bet

The recent $30B partnership between Anthropic, Google, and Broadcom marks a tectonic shift. We are moving away from "Algorithm Supremacy" toward "Compute Sovereignty."

  • The Hardware Pivot: Co-designing ASICs with Broadcom to bypass the NVIDIA bottleneck.
  • Infrastructure Moat: Scaling laws now require a direct relationship with the power grid.

🚀 Version B: High-Energy Viral

Title: $30 BILLION. That's the price of admission for the AGI race. 💸

While everyone is arguing over prompts, Anthropic just bought the building. And the chips. And the power lines.

🔮 UNIQUE ANGLE

AI is shifting from software to a "Digital Utility." In 2026, the leading AI company looks less like Microsoft and more like a combination of TSMC and energy conglomerates.


</details>

Case 2: Industrial Moonshots (Chinese Native)

Source: 36Kr - 吉利沃飞长空 IPO Generated File: 📄 drafts/sky_economy.md

<details> <summary>👉 点击展开预览爆款文案内容</summary>


🚁 11个IPO!"汽车狂人"的最后拼图:低空经济不是梦,是生意。

🏛️ Version A: 深度商业观察

标题:从"二维道路"到"三维空间":沃飞长空的资本纵横术

沃飞长空启动IPO辅导,标志着"低空经济"已从概念进入资本收割期。这不仅是造飞行汽车,更是对城市空间主权的重构。

🚀 Version B: 情绪爆款文案

标题:别再地面卷了!以后出门打"飞的",只要10分钟?💸

当年被嘲笑的"疯话",现在全成了真!天空正式变成"车道",低空出行的时代来了。卖的不是飞机,是"绕过拥堵的特权"。

🔮 UNIQUE ANGLE

时间主权的阶级化:2026年,阶级分层将体现在"垂直准入权"上。沃飞长空抢占的300米高度,是未来50年城市秩序的终极解释权。


</details>


📂 Directory Structure | 目录结构

.
├── server.py           # Core MCP logic
├── LICENSE             # MIT License
├── requirements.txt    # Project dependencies
├── drafts/             # Generated markdown posts (Output)
└── README.md           # Documentation

⚖️ License

Licensed under the MIT License. Open for modification and personal use.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选