

If you're using Claude Code or OpenClaw as your daily AI coding/agent environment, you can plug Emma — AgentWeb's AI marketing Agent— directly into your workflow via MCP (Model Context Protocol). No switching tabs. No copy-pasting between tools. Just marketing superpowers, right inside your terminal or agent.
This guide walks you through both setups in under 5 minutes each.
Emma is AgentWeb's AI-powered marketing partner. She helps you with:
Emma connects to your AgentWeb workspace via MCP, which means any MCP-compatible client (like Claude Code or OpenClaw) can use her full toolkit.
Before you start, make sure you have:
aw_ followed by a long hex string.Claude Code supports MCP servers natively via the claude mcp add command. Here's how to connect Emma:
Launch your terminal where Claude Code is installed and ready to go.
Run the following command, replacing the Bearer token with your own AgentWeb API key:
claude mcp add --transport http emma https://api.agentweb.pro/mcp --header "Authorization: Bearer aw_YOUR_API_KEY_HERE"
Breaking this down:
claude mcp add — Tells Claude Code to register a new MCP server--transport http — Specifies HTTP as the transport protocol (AgentWeb uses Streamable HTTP)emma — The name you're giving this MCP connection (you can call it whatever you want, but "emma" keeps it clean)https://api.agentweb.pro/mcp — The AgentWeb MCP endpoint--header "Authorization: Bearer aw_..." — Your authentication tokenYou can verify Emma is connected by running:
claude mcp list
You should see emma listed as an active MCP server.
Now when you use Claude Code, Emma's marketing tools are available. You can ask things like:
Claude Code will automatically route marketing-related tool calls through the Emma MCP connection.
OpenClaw is the open-source AI agent that's taken the developer world by storm. Connecting Emma to OpenClaw is straightforward — you just need your API key and the skill file.
Grab your API key from your AgentWeb dashboard (Settings section). It looks like: aw_f0dfbe594b4611c5f3e5e411254932a2...
In OpenClaw's configuration, add your AgentWeb API key. This is typically done through OpenClaw's MCP or API key management interface — just paste your aw_ key where it asks for the service credentials.
Point OpenClaw to Emma's skill definition file:
https://api.agentweb.pro/skill.md
This skill file tells OpenClaw exactly what Emma can do — all her tools, capabilities, and how to interact with the AgentWeb API. OpenClaw reads this file and makes Emma's full marketing toolkit available to your agent.
Once the key and skill file are configured, you can interact with Emma through OpenClaw just like any other skill. Ask her to:
Both methods give you access to Emma's complete feature set. Pick whichever fits your existing workflow.
Claude Code: → One terminal command → You're already in Claude Code → HTTP transport, bearer token → Full Emma toolkit
OpenClaw 🦞: → API key + skill file → You're running OpenClaw as your primary agent → Skill file based → Full Emma toolkit
Both give you the complete arsenal. Pick the one that matches where you already live.
If you're debating which one for more than 30 seconds, you're missing the point. The setup isn't the moat. What you do after is.
aw_ key like a password. Don't commit it to public repos or share it in plain text."Connection refused" or timeout errors:
https://api.agentweb.pro/mcpTools not showing up in Claude Code:
claude mcp list to verify the server is registeredclaude mcp remove emma then re-run the add commandOpenClaw can't load the skill file:
https://api.agentweb.pro/skill.mdSetting up Emma in Claude Code or OpenClaw takes less than 5 minutes and gives you a full AI marketing team right inside your development environment. No more context-switching between your code editor and marketing tools.
Whether you're a founder who needs to ship content fast, a marketer who lives in the terminal, or a developer building marketing automation — Emma's got you covered.
Get started at start.agentweb.pro and grab your API key today.