Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/AWeber
AWeber

AWeber MCP Server

Yes. AWeber runs an official hosted MCP server at https://mcp.aweber.com/mcp that turns ChatGPT or Claude into a conversational controller for your entire email marketing account, from asking about subscriber counts to running account operations.

OFFICIAL MCP✓ alivePublic APIAuth: OAuthLLMs: ChatGPT, Claude (Desktop/Web)
MCP status verified 2026-07-13Agent-readiness 7/10
Data from Buddy's database, auto-rechecked weekly

What is the AWeber MCP server?

AWeber's MCP server is official and hosted at https://mcp.aweber.com/mcp, which is a bigger deal than it sounds. Plenty of email tools still have zero agent story. AWeber built one, verified alive, and it lets ChatGPT and Claude manage your account through plain conversation instead of you clicking through the dashboard.

The pitch is 'control your email marketing from ChatGPT & Claude.' In practice that means you can ask questions about your account, get answers, and trigger account operations by chatting with an agent. It authenticates over OAuth, so you connect once and the agent acts on your behalf without you copy-pasting API keys around.

The honest caveat: the research doesn't spell out the exact tool coverage. The description stays at the level of 'manage your account' and 'control operations,' which is vague. There's also no listed support for Cursor or Claude Code, just ChatGPT and Claude Desktop as native clients. So this reads as a solid v1 for marketers, not a deep developer-grade toolset yet.

For the rest of the picture see the AWeber review or full pricing breakdown.

Inside Claude / Cursor / Codex

What you can build with the AWeber MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from AWeber's MCP server schema, so check the docs for the live surface.

aweber-mcplive
>What's the open rate on my last 5 campaigns?
aweber.list_campaigns({ limit: 5 })
LAST 5 CAMPAIGNS · OPEN RATE
Black Friday Teaser42.1%
Product launch38.5%
Weekly digest #1227.0%
Welcome flow step 261.3%
Re-engagement attempt9.8%
Suggest A/B subject lines for the bottom two?
aweber-mcplive
>Build a 3-email welcome series for new ebook subscribers
aweber.create_automation({ trigger: "list_added" })
AUTOMATION CREATED · 3 EMAILS
Day 0ebook delivery + intro
Day 2case study + soft CTA
Day 5product demo + 14-day trial
Review drafts before activation?
aweber-mcplive
>Which segments are growing fastest this quarter?
aweber.segment_growth({ period: "Q4" })
TOP 3 GROWING SEGMENTS
Trial → Paid converters+187%
EU subscribers+62%
Re-engaged churned+34%
TMB SCORE FOR AWeberMCP: OfficialAgent fit: 7/10
Read review →

Access, auth, and limits

Connecting is straightforward because the server is hosted, so there's nothing to install or self-host. You point ChatGPT or Claude Desktop at https://mcp.aweber.com/mcp as a connector and authorize through OAuth, which links the agent to your live AWeber account.

Auth runs on OAuth, meaning you approve access in a browser rather than pasting a token. The research doesn't name a specific plan requirement for MCP access, so I can't confirm whether it's gated to paid tiers. Check your account before assuming it's on the free plan.

Where it works and what to build

ChatGPT and Claude Desktop both get native support, and the whole thing is framed around conversation. A realistic prompt: 'How many new subscribers joined my newsletter list this week, and which sign-up form pulled the most?' The agent queries your account and answers without you touching a report.

The stronger use case is offloading routine account chores. Ask Claude to summarize your list health, or have ChatGPT walk through your recent campaign stats while you decide what to send next. It won't replace your ESP dashboard for heavy campaign building, but for quick reads and account operations it saves you the login.

Which AI clients can use AWeber MCP?

Not every AI assistant supports MCP natively. Per-client picture for AWeber:

ClientSupportNotes
ChatGPTNative MCPMCP page titled 'Control Your Email Marketing from ChatGPT & Claude'; positioned as turning ChatGPT into an email marketing assistant.
Claude (Desktop/Web)Native MCPMCP page markets controlling AWeber from Claude via conversation.

How to connect AWeber MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "aweber": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://mcp.aweber.com/mcp
// Claude Code (one-liner): claude mcp add aweber <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: mcp.aweber.com/mcp.

Does AWeber MCP cost extra?

Included with subscription

AWeber ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your AWeber plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

AWeber also publishes a REST API

AWeber publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
See AWeber API page

What you can do with AWeber from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What campaigns underperformed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe AWeber data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's AWeber account
  • Multi-account workflows without context-switching the AWeber UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage AWeber data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production AWeber safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by AWeber themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying AWeber API quota. Burst usage from a curious agent can drain a daily allowance fast.
7/10

Agent-readiness verdict

Wire this in if you live in ChatGPT or Claude and want to check on lists, subscribers, and campaigns without opening AWeber. The official hosted server plus OAuth plus native support for both major chat clients puts it ahead of most email tools, which offer nothing. But the fuzzy tool coverage and no Claude Code or Cursor support keep it from top marks. A fair 7 out of 10.

Moderate agent-fit with official MCP support. AWeber offers an official MCP server and documented public API, plus native ChatGPT integration, making it accessible for basic automation workflows. The absence of Claude integration, webhooks, and structured outputs limits deeper agent autonomy and real-time responsiveness.

Scored by Joonas (TMB).

AWeber MCP & API FAQ

Is the AWeber MCP server official?+
Yes — an official, vendor-maintained server at https://mcp.aweber.com/mcp.
Can I use the AWeber MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does AWeber have a public API?+
Yes — public REST API at labs.aweber.com/docs.
Does AWeber support webhooks?+
Yes — webhooks are available on standard plans.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

AWeber

Try AWeber
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.