MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Viral Transformer

🚀 ViralTransformer: A high-performance MCP server for automated web scraping & AI-driven viral content transformation. 基于 MCP 协议的自动化网页抓取与爆款文案转化引擎。

Created 4/12/2026
Updated about 4 hours ago
Repository documentation and setup instructions

🚀 ViralTransformer MCP Server

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

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

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


🎭 Star Achievement | 星星对赌协议

If this tool saves you 10 minutes of brain cells, hit that ⭐. 如果这个工具帮你省下了死掉的脑细胞,请赏一颗 ⭐。

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


🛠️ Tech Stack | 技术栈

  • FastMCP: High-performance Python framework for MCP.
  • Httpx: Async HTTP client.
  • BeautifulSoup4: Robust HTML parsing.
  • Pydantic: Type safety and data validation.

🚀 Quick Start | 快速开始

📦 Prerequisites | 前置条件

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

📥 Installation | 安装

git clone https://github.com/BelleKou/mcp-viral-transformer.git
cd mcp-viral-transformer
pip install -r requirements.txt

🤖 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

👉 Click to expand viral content preview

⚡️ 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.


Case 2: Industrial Moonshots (Chinese Native)

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

👉 点击展开预览爆款文案内容

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

🏛️ Version A: 深度商业观察

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

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

🚀 Version B: 情绪爆款文案

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

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

🔮 UNIQUE ANGLE

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



📂 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.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx mcp-viral-transformer

Cursor configuration (mcp.json)

{ "mcpServers": { "bellekou-mcp-viral-transformer": { "command": "uvx", "args": [ "mcp-viral-transformer" ] } } }