Lazy Ads
Hosted MCP for nine ad networks. BYOA, flat SaaS — no percent of spend, no fake ROAS.
Links
README
From the repo.
Lazy Ads MCP
Public listing for the Lazy Ads MCP server.
Connect Claude, Cursor, Hermes, and any MCP-compatible client to your ad accounts across nine networks: Meta (Facebook + Instagram), Google, TikTok, LinkedIn, Reddit, Apple, Bing, ChatGPT, and Snapchat.
This repository is documentation only. It does not contain product source code.
Hosted endpoint
- URL:
https://mcp.lazyads.ai/mcp - Protocol: MCP 2026-07-28 Streamable HTTP
- Auth: API key from Lazy Ads → Settings → API (any paid plan)
Docs: lazyads.ai/mcp
Connect your client (lazyads.ai/mcp#setup)
Cursor (.cursor/mcp.json) and Claude Code (.mcp.json):
{
"mcpServers": {
"lazyads": {
"url": "https://mcp.lazyads.ai/mcp",
"headers": { "Authorization": "Bearer la_your_api_key" }
}
}
}
Claude Code one-liner: claude mcp add --transport http lazyads https://mcp.lazyads.ai/mcp --header "Authorization: Bearer la_your_api_key"
Windsurf uses serverUrl instead of url. Gemini CLI uses httpUrl. VS Code uses servers with "type": "http". Codex CLI reads [mcp_servers.lazyads] with url and bearer_token_env_var = "LAZY_ADS_API_KEY" from ~/.codex/config.toml. Claude Desktop only launches local processes, so bridge it with mcp-remote and put the header in env. Copy-ready blocks for every client: https://lazyads.ai/mcp#setup
X-API-Key is also accepted.
Connect (Hermes)
Store the key in ~/.hermes/.env as LAZY_ADS_API_KEY=la_..., then:
mcp_servers:
lazyads:
url: "https://mcp.lazyads.ai/mcp"
headers:
Authorization: "Bearer ${LAZY_ADS_API_KEY}"
description: "LazyAds MCP. 9-platform ad management"
Install the skill:
mkdir -p ~/.hermes/skills/lazyads
curl -fsSL https://raw.githubusercontent.com/camerondwills/lazyads-mcp/main/SKILL.md \
-o ~/.hermes/skills/lazyads/SKILL.md
Hermes skill: SKILL.md in this repo, or the live guide at lazyads.ai/hermes
skills.sh
npx skills add camerondwills/lazyads-mcp
What you get
- BYOA: 39 bridge tools to create, update, pause, and measure campaigns on all nine networks — including account signals, conversion events, and audience creation
- Starter and above: full suite (53 tools), including 14 Lazy Ads AI tools
- Post-create edits:
update_ad(copy, destination URL, Meta url_tags) andupdate_ad_set(name, end date) write Lazy Ads and the live platform when supported, and fail instead of a silent DB-only write
Free accounts can onboard and browse competitor ads. Lazy Ads AI tools require Starter or above. REST and outbound webhooks require Growth or above.
Pricing
See lazyads.ai/pricing. Plans: BYOA, Starter, Growth, Scale, Enterprise. Fixed monthly fee, bring your own ad accounts, not a cut of ad spend.
Links
- Site: https://lazyads.ai
- MCP docs: https://lazyads.ai/mcp
- Pricing: https://lazyads.ai/pricing
- Hermes: https://lazyads.ai/hermes
- Blog: https://lazyads.ai/blog
License
Documentation in this repo is MIT. Lazy Ads the product remains a separate, private codebase.
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.