Ads MCP
Rank #8,089io.github.adkit/ads
Create, launch & analyze ad campaigns, spy on competitors — Google, Meta, TikTok, LinkedIn & more.
Ads MCP is a Model Context Protocol (MCP) server published by adkit. It ranks #8,089 of 115,591 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Ads MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 19, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 107,502 of 115,591 servers on MCP Toplist.
Use Ads MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ads https://mcp.adkit.so/[mcp_servers.ads]
url = "https://mcp.adkit.so/"Add to ~/.codex/config.toml.
https://mcp.adkit.so/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ads": {
"url": "https://mcp.adkit.so/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ads": {
"type": "http",
"url": "https://mcp.adkit.so/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ads": {
"serverUrl": "https://mcp.adkit.so/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ads": {
"url": "https://mcp.adkit.so/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adkit%2Fads)<a href="https://mcptoplist.com/server/io.github.adkit%2Fads"><img src="https://mcptoplist.com/badge/io.github.adkit%2Fads.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
adkit
Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | Jul 29, 2026 |
| 1.0.0 | May 21, 2026 |
Frequently asked questions
- Who maintains Ads MCP?
- Ads MCP is maintained by adkit, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Ads MCP listed on the Official MCP Registry?
- Yes — Ads MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ads MCP have?
- MCP Toplist tracks 2 versions of Ads MCP, most recently published on Jul 29, 2026.
- Where can I find the source code for Ads MCP?
- The source code for Ads MCP is hosted at github.com/adkit/ads-mcp.