Server data from the Official MCP Registry
Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.
Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.
This MCP server is well-structured with proper authentication and minimal security concerns. The code correctly requires an API token, uses environment variables for configuration, and implements appropriate error handling. The server acts as a thin client to the AutoWhisper API with no dangerous operations, credential handling issues, or malicious patterns. Minor code quality suggestions exist but do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AUTOWHISPER_API_TOKEN
Environment variable: AUTOWHISPER_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-xnjiang-autowhisper-mcp": {
"env": {
"AUTOWHISPER_BASE_URL": "your-autowhisper-base-url-here",
"AUTOWHISPER_API_TOKEN": "your-autowhisper-api-token-here"
},
"args": [
"-y",
"autowhisper-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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/skill → Settings → Connect your agent → Generate token. New accounts get free credits.
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_confirm — approve or decline a destructive action the CMO 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).
To publish, ask the CMO to connect a social account — OAuth platforms return a link you click once. After that, publishing is hands-off.
| Env var | Default | |
|---|---|---|
AUTOWHISPER_API_TOKEN | — | required — your API token |
AUTOWHISPER_BASE_URL | https://autowhisper.xyz | override for self-host/staging |
MIT
Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.