Tools built by Attainment.
We build AI tools we wish existed and give them away. Every tool here is a working example of what we deploy for clients, just without the strategy layer on top.
Deploy Meta ad campaigns directly from Claude.
An early independent open source MCP server for Meta ad campaigns, published before Meta later introduced official Ads AI Connectors. Claude handles the API calls. All campaigns create as PAUSED by default. You review before spending.
5 Tools
Install
Easiest: paste into Claude Code
"Set up meta-ads-mcp for me: https://github.com/attainmentlabs/meta-ads-mcp"
Claude checks your environment, walks you through Meta credentials, and configures everything automatically.
Manual: add to ~/.mcp.json
{
"mcpServers": {
"meta-ads": {
"command": "uvx",
"args": ["meta-ads-manager-mcp"],
"env": {
"META_ACCESS_TOKEN": "your-token",
"META_AD_ACCOUNT_ID": "your-account-id",
"META_PAGE_ID": "your-page-id"
}
}
}
}Need help getting your Meta credentials? Read the setup guide
Manage Meta ad campaigns from your terminal.
An early independent open source CLI for Meta ad campaigns, published before Meta later introduced official Ads AI Connectors. Run commands like `meta-ads create --budget 500 --audience dentists`. Same Meta Ads API, terminal interface.
5 Tools
Install
Clone from GitHub
git clone https://github.com/attainmentlabs/meta-ads-cli cd meta-ads-cli pip install .
Need help getting your Meta credentials? Read the setup guide
More tools in progress
We build tools as we encounter problems worth solving. Follow github.com/attainmentlabs to see what ships next.
Want this built for your business?
Every tool here is a simplified version of what we deploy inside client engagements. The full version is scoped to your workflows, integrated with your systems, and built by our team.