🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

autowhisper-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autowhisper-mcp

MCP server for AutoWhisper — drive your AI CMO (generate, approve, and publish marketing content across 30+ platforms) from any MCP client.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

AutoWhisper MCP

A marketing department for any MCP client (Claude Desktop, Cursor, Windsurf, n8n, …) — turn your product into batches of ready-to-run ad creatives (UGC video, posts, images), get advice on which creative to fund, and keep every channel alive across 30+ platforms, all in natural language.

It's the same CMO as the AutoWhisper dashboard, exposed over MCP. Honest scope: posting ≠ traffic — reach comes from your paid campaigns; this makes sure the creatives convert and your storefront doesn't kill them.

Install

Add to your MCP client config (Claude Desktop / Cursor / etc.):

{
  "mcpServers": {
    "autowhisper": {
      "command": "npx",
      "args": ["-y", "autowhisper-mcp"],
      "env": { "AUTOWHISPER_API_TOKEN": "your_token_here" }
    }
  }
}

Get your token at autowhisper.xyz/skillSettings → Connect your agent → Generate token. New accounts get free credits.

Tools

  • autowhisper_cmo — send an instruction to your CMO and get its reply. e.g. "Make a batch of ad creatives for my product https://mystore.com/widget", "Which creative should I run first?", "Keep my channels posted this week".
  • autowhisper_products_summary — fast product counts by account/workspace. Use for "how many products do I have?" instead of spending a CMO chat turn.
  • autowhisper_products — fast product list, with optional workspace/archive filters.
  • autowhisper_status — fast CMO/account snapshot: products, feed, platforms, wallet, and automation settings.
  • autowhisper_feed — fast CMO feed list with status counts and available approve/reject/dismiss actions.
  • autowhisper_posts — fast post queue list, optionally filtered by status.
  • autowhisper_wallet — fast credit balance.
  • autowhisper_platforms — fast connected-platform list and connection health.
  • autowhisper_action — direct approve/reject/dismiss/publish/reschedule/retry actions. High-impact actions return a confirmation id. Approving publishes: it schedules the piece to every connected platform, and a video draft also starts rendering and charges for it. With nothing connected it goes nowhere, and connecting later does not go back for it — the result says which happened.
  • autowhisper_edit_content — direct title/body/hook/CTA/tone/keyword edits without a generation run.
  • autowhisper_confirm — approve or decline any high-impact action the CMO or direct-action tool asks about.

Adding a product: lead with a product URL ("add my product https://mystore.com/widget") — the CMO extracts the image from the page. A text-only description won't create it (placeholder/stock images are rejected).

One-time setup

To publish, ask the CMO to connect a social account — OAuth platforms return a link you click once. After that, publishing is hands-off.

Config

Env varDefault
AUTOWHISPER_API_TOKENrequired — your API token
AUTOWHISPER_BASE_URLhttps://autowhisper.xyzoverride for self-host/staging

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts