streamable-httpMITupdated 13d ago
Public listing for the Lazy Ads MCP server.
What can you do with Lazy Ads?
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 (Claude / Cursor / Windsurf)
{
"mcpServers": {
"lazyads": {
"url": "https://mcp.lazyads.ai/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
X-API-Key is also accepted.
Connect (Hermes)
mcp_servers:
lazyads:
url: "https://mcp.lazyads.ai/mcp"
headers:
Authorization: "Bearer your-api-key"
description: "LazyAds MCP — 9-platform ad management"
Hermes skill: lazyads.ai/hermes
What you get
- BYOA: 33 bridge tools to create, update, pause, and measure campaigns on all nine networks
- Starter and above: full suite (45 tools), including Lazy Ads AI
Free accounts can onboard and browse competitor ads. AI tools require a paid plan with tokens.
Pricing
See lazyads.ai/pricing. Plans: BYOA, Starter, Growth, Scale. Flat SaaS, bring your own ad accounts, no percent of 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.
Install
Add Lazy Ads to your client. Pick the one you use.
claude mcp add --transport http lazy-ads https://mcp.lazyads.ai/mcpcodex mcp add lazy-ads --url https://mcp.lazyads.ai/mcp{
"mcpServers": {
"lazy-ads": {
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lazy-ads": {
"type": "http",
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lazy-ads": {
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lazy-ads": {
"serverUrl": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Aug 27, 2026 |