Meta Ads
Rank #22,664com.getmcpads/meta-ads
Meta (Facebook and Instagram) Ads: 34 read tools and 10 write tools that preview first.
Meta Ads is a Model Context Protocol (MCP) server published by getmcpads-com. It ranks #22,664 of 115,460 servers tracked on MCP Toplist. Meta Ads is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 92,796 of 115,460 servers on MCP Toplist.
Use Meta Ads
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add meta-ads -e "META_ACCESS_TOKEN=<your META_ACCESS_TOKEN>" -e "META_ENABLE_WRITES=<your META_ENABLE_WRITES>" -e "META_API_VERSION=<your META_API_VERSION>" -- npx -y @getmcpads/meta-ads-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.meta-ads]
command = "npx"
args = ["-y", "@getmcpads/meta-ads-mcp-server"]
[mcp_servers.meta-ads.env]
META_ACCESS_TOKEN = "<your META_ACCESS_TOKEN>"
META_ENABLE_WRITES = "<your META_ENABLE_WRITES>"
META_API_VERSION = "<your META_API_VERSION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<your META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<your META_ENABLE_WRITES>",
"META_API_VERSION": "<your META_API_VERSION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<your META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<your META_ENABLE_WRITES>",
"META_API_VERSION": "<your META_API_VERSION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meta-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<your META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<your META_ENABLE_WRITES>",
"META_API_VERSION": "<your META_API_VERSION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<your META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<your META_ENABLE_WRITES>",
"META_API_VERSION": "<your META_API_VERSION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<your META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<your META_ENABLE_WRITES>",
"META_API_VERSION": "<your META_API_VERSION>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.getmcpads%2Fmeta-ads)<a href="https://mcptoplist.com/server/com.getmcpads%2Fmeta-ads"><img src="https://mcptoplist.com/badge/com.getmcpads%2Fmeta-ads.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
getmcpads-com
Other servers by getmcpads-com
- TikTok Ads#21,826 · 1 ver
- Google Ads#22,661 · 1 ver
- Google Analytics 4#22,662 · 1 ver
- Google Search Console#22,663 · 1 ver
- Pinterest Ads#22,665 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Meta Ads?
- Meta Ads is maintained by getmcpads-com, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Meta Ads listed on the Official MCP Registry?
- Yes — Meta Ads is listed on the Official MCP Registry.
- How many versions does Meta Ads have?
- MCP Toplist tracks 1 version of Meta Ads, most recently published on Aug 30, 2026.
- Where can I find the source code for Meta Ads?
- The source code for Meta Ads is hosted at github.com/getmcpads-com/meta-ads-mcp-server.