README.md•1.27 kB
# 🚀 Growth Hacker MCP
**The ultimate Model Context Protocol (MCP) server for Creators, Indie Hackers, and Marketers.**
Stop wasting time staring at a blank cursor. Growth Hacker MCP gives your AI agent the tools to write viral threads, format them perfectly, and audit your sales copy like a pro copywriter.
## ⚡ Features
### 1. `generate_hooks`
Instantly generate 5+ viral hook templates for any topic.
- **Input**: "AI Agents", "SaaS Sales", "Gardening"
- **Output**: Proven viral structures ready to fill in.
### 2. `format_thread`
Turn any wall of text into a perfectly formatted X (Twitter) thread.
- Automatically splits into <280 char tweets.
- Adds numbering (1/x).
- Preserves flow.
### 3. `audit_copy`
Get a "Copy Score" and actionable advice for your Gumroad or Landing Page.
- Checks for "Power Words".
- Analyzes length and readability.
- Reminds you of missing CTAs.
## 📦 Installation
```bash
npm install
npm run build
```
## 🔌 Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"growth-hacker": {
"command": "node",
"args": ["/path/to/growth-hacker-mcp/build/index.js"]
}
}
}
```
## 🛠️ Development
```bash
npm install
npm run dev
```
## 📄 License
MIT