Get started with MarketingTasksAI

Choose your AI client below - setup takes under 5 minutes.

Platform compatibility

✓ Claude Desktop ✓ OpenClaw ✓ Cursor ✓ Windsurf ✓ Cline ⌛ Gemini (coming soon) ✕ claude.ai website ✕ ChatGPT ✕ Gemini Gems

⚠️ claude.ai (website) ≠ Claude Desktop (app). The website doesn't support skills. You need the free Claude Desktop app.

Using a different AI tool now? All platforms are covered below. Choose your setup →

1

Install OpenClaw

If you don't have OpenClaw yet, download and install it from openclaw.ai. It runs on Mac and Windows.

2

Install MarketingTasksAI

Open a terminal and run:

openclaw skills install marketing

OpenClaw will download the skill, prompt you for your license key, and configure everything automatically. That's it.

3

Start using your tasks

Just describe what you need in plain language:

You type:
"I need help with Create a Google Ads campaign"

MarketingTasksAI finds the right task, confirms with you,
then runs it. Each task uses 1 credit.

Check your credit balance anytime: "Check my marketing credits"

💡 Don't have a license key yet?

Sign up for 5 free credits - no credit card required. Your license key is emailed to you immediately.

→ Get 5 free credits at marketingtasksai.com/signup

⚠️ Requires Python 3.10+ Check with python3 --version in your terminal. Download from python.org if needed.
⚠️ claude.ai (website) ≠ Claude Desktop (app) These instructions are for the downloadable Claude Desktop app — not the claude.ai website. The website does not support skills.
Download Claude Desktop free (Mac & Windows) →
1

Download & extract your package

Check your email for the download link. Extract the zip — open the mcp/ folder inside.

2

Run the installer

cd ~/Downloads/marketingtasksai/mcp
pip3 install -r requirements.txt
python3 install.py

The installer detects Claude Desktop automatically, backs up your existing config, and adds MarketingTasksAI.

3

Restart Claude Desktop

Fully quit and reopen Claude Desktop (MCP servers load at startup). You should see marketingtasksai in your connected tools.

4

Test it

"I need help with Create a Google Ads campaign"

Or check your balance: "Check my marketing credits"


?

Manual config (advanced)

Config file location:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "marketingtasksai": {
      "command": "python3",
      "args": ["/full/path/to/mcp/server.py"],
      "env": { "MARKETINGTASKSAITASKSAI_LICENSE_KEY": "your-key" }
    }
  }
}

Need Help?

Fill in the form and we'll get back to you within a few hours.

✓ Message sent! We'll reply within a few hours.