- Home
- MCP servers
- Growth Hacker
Growth Hacker
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"samusilv-growth-hacker-mcp": {
"command": "node",
"args": [
"/path/to/growth-hacker-mcp/build/index.js"
]
}
}
}Growth Hacker MCP is a server that exposes creator-focused automation tools via the Model Context Protocol. It provides a programmable interface for generating viral hooks, formatting threads, and auditing copy, so your AI agents can produce high-performing content efficiently.
How to use
You run the Growth Hacker MCP server locally and connect to it from an MCP client. Start by building the server locally, then configure your MCP client to load the server as a stdio endpoint. When connected, you can call the available tools to generate hooks, format threads, and audit copy without writing boilerplate code yourself.
How to install
Prerequisites: ensure Node.js and npm are installed on your machine.
npm install
npm run build
# Start the MCP server when ready (path is provided by the build):
node /path/to/growth-hacker-mcp/build/index.js
Additional notes
The server exposes three core tools that you can use from your MCP client: generate_hooks, format_thread, and audit_copy. These tools help you brainstorm viral hook structures, convert long texts into properly formatted Twitter threads, and evaluate copy quality with actionable feedback.
Available tools
generate_hooks
Generates 5+ viral hook templates for any topic so you can quickly seed ideas and structure your content.
format_thread
Converts a wall of text into a properly formatted Twitter thread, automatically splitting at 280 characters and adding numbering.
audit_copy
Evaluates copy with a Copy Score, checks for power words, readability, and ensures CTAs are present.