AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Agentcrew Mcn

mcp-super-rick-agentcrew-mcn · by super-rick

Your AI marketing team. Works 24/7. Never asks for a raise. AI MCN 自动推广工具 — 你的AI营销团队,24小时在线工作,不领工资。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-super-rick-agentcrew-mcn

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-super-rick-agentcrew-mcn)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
20d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentcrew Mcn? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentCrew MCN 🤖

Your AI marketing team. Works 24/7. Never asks for a raise.

[]() []() [](https://pypi.org/project/agentcrew-mcn/) [](https://github.com/super-rick/agentcrew-mcn/actions/workflows/ci.yml) []() [](https://super-rick.github.io/agentcrew-mcn/) [](https://github.com/super-rick/agentcrew-mcn/wiki) []()

> 📖 [中文文档](README_CN.md) | English


What is AgentCrew?

AgentCrew MCN is an open-source multi-agent content marketing automation tool. A team of AI "employees" handles the entire pipeline — from content creation to cross-platform distribution.

  • Writer Agent — Copywriter: generates technical articles, social posts, and threads
  • Reviewer Agent — QA: pre-publish content safety and quality review
  • Publisher Agent — Operations: publishes to Juejin, Zhihu, Dev.to, and more
  • Analyst Agent — Data Analyst: tracks performance and smart scheduling

Features

  • 🧠 4 AI Agents — Writer, Reviewer, Publisher, Analyst — each operates independently
  • 🔧 Skills + Tools System — Atomic operations composed into high-level capabilities (v0.4: LLM-driven)
  • 📚 RAG Knowledge Base — Retrieval-augmented generation from historical content
  • 🌍 Cross-Platform Publishing — Juejin, Zhihu, Dev.to with platform-specific style adaptation
  • 🔌 Multi-Provider LLM — DeepSeek, OpenAI, Anthropic, Ollama — switch with one config field
  • 🖼️ Image Generation — DALL-E 3 cover images for articles
  • Smart Scheduling — Analyst predicts best publish times with random jitter anti-detection
  • 📊 Dashboard + Growth Tracking — Web UI for analytics + GROWTH.md for metrics
  • 🐳 Docker — One-command deployment with docker-compose
  • 🔁 Dogfooding — The project promotes itself

Quick Start

Option 1: pip install (recommended)

# 1. Install
pip install agentcrew-mcn

# 2. Initialize config
agentcrew-mcn init

# 3. Edit .env with your API keys
#    DEEPSEEK_API_KEY=sk-...

# 4. Start using
agentcrew-mcn write generate --topic "Python async programming" --style technical
agentcrew-mcn publish post --file article.md --platform juejin --dry-run

> 💡 agent-crew is also available as an alias for agentcrew-mcn.

Option 2: From source

# 1. Clone
git clone https://github.com/super-rick/agentcrew-mcn.git
cd agentcrew-mcn

# 2. Install dependencies
pip install -r requirements.txt

# 3. Initialize
python -m cli.main init

# 4. Edit .env with your API keys

Configuration

agentcrew-mcn init creates a config template. Key settings:

# config.yaml
llm:
  api_key: ${DEEPSEEK_API_KEY}  # Reads from .env
  model: deepseek-chat

platforms:
  juejin:
    cookie: ${JUEJIN_COOKIE}    # Export cookie from browser
  devto:
    api_key: ${DEVTO_API_KEY}   # https://dev.to/settings/extensions

Usage

# Generate a technical article
agentcrew-mcn write generate --topic "Python async programming" --style technical

# Preview mode (no LLM call, inspect parameters)
agentcrew-mcn write generate --topic "Python async" --dry-run

# Publish to Juejin
agentcrew-mcn publish post --file article.md --platform juejin

# Scheduled publishing (every 6 hours)
agentcrew-mcn schedule start --topic-file topics.txt --platform juejin --interval 6

# RAG knowledge base
agentcrew-mcn rag ingest --file article.md --source "my_blog"
agentcrew-mcn rag search --query "AI Agent architecture"

Architecture

┌─────────────────────────────────────────────────────┐
│                   Orchestrator                       │
│           Task dispatch / Scheduler / Config          │
└──┬──────────┬──────────────┬────────────────────────┘
   │          │              │
┌──▼──────┐ ┌▼────────┐ ┌──▼────────┐
│ Writer  │ │Publisher│ │  Analyst  │
│ Agent   │ │Agent    │ │  Agent    │
│         │ │         │ │           │
│ Skills: │ │ Skills: │ │ Skills:   │
│ trending│ │ schedule│ │ report    │
│ tech    │ │ multi   │ │ recommend │
│ thread  │ │ batch   │ │           │
│         │ │         │ │           │
│ Tools:  │ │ Tools:  │ │ Tools:    │
│ search  │ │ devto   │ │ analytics │
│ rag     │ │ juejin  │ │ compare   │
│ compose │ │ zhihu   │ │ report    │
└─────────┘ └─────────┘ └───────────┘

Dashboard

AgentCrew includes a Streamlit Dashboard for monitoring your AI marketing team.

More Dashboard Pages

| Publish Analysis | AI Analysis | |:-:|:-:| | | |

Tech Stack

| Component | Technology | |-----------|-----------| | Language | Python 3.10+ | | CLI | Click + Rich | | LLM | DeepSeek API (OpenAI-compatible) | | Vector DB | ChromaDB | | Automation | Playwright | | Dashboard | Streamlit + Plotly |

Roadmap

See [ROADMAP.md](ROADMAP.md) for details.

  • v0.1 ✅ Writer + Publisher + CLI + Juejin/Zhihu + Dashboard
  • v0.2 ✅ Dev.to adapter + RAG + MCP + Bilingual README
  • v0.3 ✅ Reviewer Agent + Retry + Persistence + Docker (332 tests)
  • v0.4 ✅ LLM-driven Skills + Multi-provider + Image gen + Smart scheduling
  • v0.5 ✅ 6 new platforms (CSDN/WeChat/SegmentFault/X/Xiaohongshu/Medium)
  • v1.0 🔮 Web API + Plugins + Community

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.