🎯 Vibe Marketing MCP

This Vibe Marketing MCP server is a fully open source compilation of the best Hooks, Copywriting Frameworks, and Influencer Archetypes for marketing and social media content creation. Use this server with the most popular AI Clients like Claude, Claude Code, Gemini CLI, Cursor and many more!
🔗 Installation
You can easily install this server from smithery.ai by navigating to the Vibe Marketing server page and following the Connect instructions for your client.
Why use this server?
🤖 AI Content Sucks, But You Can Fix It!
AI is notoriously bad at writing content, but with the right prompts and tools you can make big improvements and humanize your content. Too often the best hooks, copywriting frameworks and humanization hacks are locked away by gatekeepers asking you to like, subscribe and retweet only to discover another paywall. This server is a single place that anyone can contribute so we can all benefit and grow together. We welcome pull requests and contributions from the community and have made it very easy for anyone to contribute.
🔥 Live Updates
Unlike LLMs which have a training cut-off the information in this server is updated in real time. This means you can use this server to discover the latest trends in real time. In addition to trends which are updated automatically, when new contributions are made to the server, you will be able to use the latest and greatest content in your AI client immediately! This means the latest hooks, copywriting frameworks and humanization hacks and more are always available to you and always up to date.
🎯 Platform Specific Content
Each social network has it's own unique style, tone and content formatting hacks that can get the most from your content. Using this MCP server your AI client will get instant access to this information and will be able to adapt your content to each platform easily.
🚀 Supercharged Content Creation
Because this server integrates with the most popular AI clients, you can use it to supercharge your content creation without even thinking about it. Your AI client will use this server to improve your content by default and call tools by itself without you having to do anything!
📖 Usage Examples
🪝 Find Proven Hooks
Prompt:
I want to write a post for [social network] about the latest marketing hack I discovered, what's a good hook for this?
Outcome:
- invokes the
find-hookstool - Your AI client will find the best hook for the post and structure the post for you.
📝 Find Proven Copywriting Frameworks
Prompt:
Please find the best copywriting framework for [social network] about the latest marketing hack I discovered: (Optionally: provide the specific framework if you have one in mind.)
Outcome:
- invokes the
list-copywriting-frameworkstool - Your AI client will find the best copywriting framework for the post and structure the post for you.
🎯 What's trending?
Prompt:
What's trending on [social network]?
Outcome:
- invokes the
get-trending-contenttool - (Please note: this is the one tool that requires a HyperFeed.ai account on to use, you can signup for a free account here: HyperFeed.ai)
- Your AI Client will pull this into context so you can use it to structure your post based on topics that are already trending.
💁♀️ Humanize Your Content
Prompt:
Please humanize this content
Outcome:
- invokes the
flag-problematic-phrasestool - Your AI Client will flag potentially problematic phrases in the content for you and follow the latest best practices and guidelines for your social network.
🪄 Optimize Your Content
Prompt:
Please validate the content before the fold for [social network]
Outcome:
- invokes the
validate-content-before-foldtool - Your AI Client will use the tool to validate that the content will be formatted correctly to the before the fold character limit for the social network.
- If this is a long post then the tool will have the correct rules for optimizing the content for the before the fold character limit.
✨ All Features
🔍 Social Media Hook Discovery
- Find hooks by network: Get platform-specific hooks for Twitter, Instagram, LinkedIn, TikTok, YouTube, and Facebook
- Category-based search: Find hooks by engagement type (educational, promotional, storytelling, etc.)
📝 Copywriting Frameworks
- Platform-specific frameworks: Tailored copywriting templates for each social media platform
- Multiple frameworks per platform: Choose from various proven copywriting structures
🎭 KOL Archetypes
- 12+ KOL archetypes: From "The Hero" to "The Sage" - give your content some flair based on the archetype you choose.
- Detailed descriptions: Comprehensive archetype profiles with characteristics and messaging guidelines
🚫 Content Validation
- Problematic phrase detection: Automatically flag potentially problematic language
- Above-the-fold optimization: Validate and optimize your opening content
- Content length management: Get properly truncated text that maintains impact
📈 Trending Content Discovery
- Real-time trends: Access trending topics and content ideas
- Platform-specific trends: Get trends tailored to specific social media networks
- Content inspiration: Generate ideas based on what's currently popular
🛠️ Available Tools
Hook Discovery
find-hooks- Search for social media hooks by network and categoryget-network-categories-for-hooks- Get available hook categories for specific networks
Copywriting
list-copywriting-frameworks-for-network- List available frameworks for a platformget-copywriting-framework- Get detailed copywriting framework template
Brand Management
list-archetypes- List all available brand archetypesget-archetype- Get detailed information about a specific archetype
Content Validation
flag-problematic-phrases- Detect potentially problematic language in contentvalidate-content-before-fold- Validate above-the-fold content effectivenessget-text-before-fold- Get optimally truncated content for previews
Trending Content
get-trending-content- Access current trending topics and content ideas
📚 Resources
The MCP server provides access to curated resources:
- Social Media Hooks: Database of proven hooks categorized by platform and engagement type
- Phrases to Avoid: List of potentially problematic phrases to avoid in marketing content
🎯 Supported Platforms
- Twitter/X - Optimized for short-form, viral content
- Instagram - Visual-first content with engaging captions
- LinkedIn - Professional, business-focused content
- TikTok - Trend-driven, entertainment-focused content
- YouTube - Long-form, educational content optimization
- Facebook - Community-building and engagement-focused content
Contributing Dev Updates
Prerequisites
- Node.js 20+
- pnpm package manager
- Docker for testing before deployment
Installation
-
Clone the repository
git clone https://github.com/<your-username>/vibe-marketing-mcp.git cd vibe-marketing-mcp -
Install dependencies
npm install -
Development
# Start development server npm run dev
🧪 Testing
Run the comprehensive test suite:
# Run all tests
npm run test
🛡️ Code Quality
This project uses Biome for linting and formatting:
# Lint code
npm run lint
# Fix linting issues
npm run lint:fix
Contributing
Content Updates
Content is stored in the src/content directory.
You can easily update this content directly on Github by navigating to the file you want to update and clicking the edit button.
You can then make your changes and submit a pull request.
We will review the changes and merge them into the main branch.
Once the changes are merged, you (and everyone else) will be able benefit from your contributions!
- Copywriting Frameworks: https://github.com/synthetic-ci/vibe-marketing/tree/main/src/content/copywriting
- Social Media Hooks: https://github.com/synthetic-ci/vibe-marketing/blob/main/src/content/hooks/social-media-hooks.yml
- List of Phrases to Avoid: https://github.com/synthetic-ci/vibe-marketing/blob/main/src/content/humanizing/doNotuse.yml
- KOL Archetypes: https://github.com/synthetic-ci/vibe-marketing/blob/main/src/content/voicing/archetypes.yml
Dev Updates
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests (
npm run test) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request!
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔗 Related Projects
- Model Context Protocol - The protocol this server implements
📧 Support
If you have questions or need help:
- Check the Issues page
- Create a new issue if your question isn't answered
- For urgent matters, reach out to the maintainers at dav@hyperfeed.ai
Built with ❤️ for creators, by HyperFeed.ai
Contributors ✨
Thanks goes to these wonderful people (emoji key):
David Norman 💻 |
|
|
This project follows the all-contributors specification. Contributions of any kind welcome!
