Claude can scrape Reddit for audience insights, pull competitor ads from the Meta Ads Library, generate image and video creatives, and launch campaigns on Meta and TikTok, all from a chat window. This guide shows you how to set it up.
What you're setting up
The Hyper MCP is a single URL that gives your AI agent 100+ marketing integrations: Reddit, the Meta Ads Library, image and video generation, Google Ads, Meta, TikTok, and more. You configure it once at app.hyperfx.ai/mcp, paste the URL into your agent, and the tools are available immediately.
The marketing skills (github.com/hyperfx-ai/marketing-skills) are a set of markdown files that teach your agent how to run specific marketing workflows end-to-end. Which tools to call, in what order, and how to handle edge cases.
Together they let you run the workflow below without writing a single line of code.
Prerequisites
- A Claude Code, Cursor, or Codex account (any agent that supports MCP)
- A Hyper account, free to start at hyperfx.ai
- Meta Business Manager access (for Meta Ads + Ads Library)
- TikTok for Business account (for TikTok Ads)
Step 1. Create your Hyper MCP
- Go to app.hyperfx.ai/mcp
- Click Create MCP
- Enable these integrations:
- Reddit Scraper (built-in, no account needed)
- Meta Ads Library (built-in, no account needed)
- Image Generation (built-in, OpenAI + Seedream)
- Video Generation (built-in, Sora, Veo, Seedance)
- Meta Business
- TikTok Marketing
Connecting Meta and TikTok (OAuth)
For Meta and TikTok, "enable" means going through an OAuth flow inside the Hyper dashboard:
- Click Connect next to Meta Business. You'll be redirected to Facebook, log in with the account that has admin access to your Business Manager and ad account, grant the requested permissions (ad management, ads read), and you'll land back in Hyper with Meta showing as connected.
- Repeat for TikTok Marketing. Same flow, redirects to TikTok Business Center.
Reddit Scraper and Meta Ads Library don't require any auth. They're built-in scrapers with no account connection needed.
- Set approval rules for any action that spends money or publishes content. Nothing goes live without your green light.
- Copy your MCP URL.
Step 2. Add the MCP to your agent
Claude Code
/mcp add <your-mcp-url>
Cursor. Go to Settings, then MCP Servers, then Add Server, then paste your URL.
Other agents. Paste the MCP URL wherever your agent accepts MCP server configuration.
Step 3. Install the marketing skills
Run this in your terminal:
npx skills add hyperfx-ai/marketing-skills
This auto-detects your agent and drops the relevant skill files in the right directory. The skills your agent will use for this workflow: meta-ads-library, ad-creative-generation, image-generation, video-generation, meta-ads, tiktok-ads.
To install just the skills you need:
npx skills add hyperfx-ai/marketing-skills --skill meta-ads-library
npx skills add hyperfx-ai/marketing-skills --skill ad-creative-generation
npx skills add hyperfx-ai/marketing-skills --skill meta-ads
npx skills add hyperfx-ai/marketing-skills --skill tiktok-ads
Step 4. Run the workflow
Open a chat with your agent and paste a prompt like this (adapt to your product):
"Run a paid ad campaign for [your website].
1. Scrape the top subreddits where [your ICP] hangs out. Pull threads, pain points, and the language they use.
2. Pull competitor ads from the Meta Ads Library in [your category]. Filter for ads running 14+ days with the highest impressions.
3. Draft 10 ad concepts based on what you found. Use real language from the Reddit threads.
4. Generate image creatives in our brand style.
5. Set up Meta and TikTok campaigns at $[X]/day each. Launch everything paused. I'll review before anything goes live."
The agent will work through each step, show you what it found, and queue everything for approval before spending or publishing anything.
Step 5. Review and approve
Because you set up approval rules in Step 1, every action that spends money or publishes content will pause and ask for your confirmation. You'll see:
- The ad creatives before they're uploaded
- The campaign settings (budget, audience, objective) before the campaign is created
- The final "set live" step before anything actually runs
Nothing launches until you say so.
Step 6. Set up a performance agent (optional)
Once your campaigns are live, ask your agent to set up ongoing monitoring:
"Set up a task agent that checks my Meta and TikTok campaign performance every hour. If any ad set has a CPM or CPC more than 2x the campaign average after 24 hours of spend, pause it and notify me."
The agent will create a scheduled task using Hyper's planning tools. You can adjust the logic, thresholds, and notification method.
Links
- GitHub repo: github.com/hyperfx-ai/marketing-skills
- MCP setup: app.hyperfx.ai/mcp
- Full skills list: see the README for all 17 skills