Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Smart Email Campaign Skill

FreeNot checked

GenPark AI Skill - Personalized e-commerce email campaigns with subject line scoring, body templates, and send-time optimization

GitHubEmbed

About

GenPark AI Skill - Personalized e-commerce email campaigns with subject line scoring, body templates, and send-time optimization

README

GenPark AI Agent Skill — Build personalized e-commerce email campaigns with subject lines, body copy, and send-time optimization.

Features

  • 6 campaign types: welcome, abandoned_cart, winback, promotional, newsletter, post_purchase
  • 5 customer segments with optimized send times
  • Subject line scoring with predicted open rates
  • Complete email body templates — production-ready copy
  • Batch campaign generation

Quick Start

from client import EmailCampaignClient

client = EmailCampaignClient()
result = client.build_campaign(
    campaign_type="abandoned_cart",
    brand_name="MyStore",
    product_name="Running Shoes",
    discount_pct=15,
    customer_segment="at_risk",
)
print(result["recommended_subject"])
print(result["best_send_time"])
print(result["email_body"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-smart-email-campaign-skill

Installing Genpark Smart Email Campaign Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-smart-email-campaign-skill

FAQ

Is Genpark Smart Email Campaign Skill MCP free?

Yes, Genpark Smart Email Campaign Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Smart Email Campaign Skill need an API key?

No, Genpark Smart Email Campaign Skill runs without API keys or environment variables.

Is Genpark Smart Email Campaign Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Smart Email Campaign Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Smart Email Campaign Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Smart Email Campaign Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs