streamable-httpMITupdated 14d ago
Public listing for the Lazy Ads MCP server.
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.
安装
把 Lazy Ads 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.0最新 | 2026年8月27日 |