M
MCP Meta Ads
by @vorjin
MCP server for Meta Ads Manager
Created 12/30/2025
Updated about 10 hours ago
README
Repository documentation and setup instructions
How to test locally
- To test locally you first need to install @modelcontextprotocol/inspector
- Then build the binary with
go build - And run
npx @modelcontextprotocol/inspector ./mcp-meta-ads -stdio
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/vorjin/mcp-meta-ads
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"vorjin-mcp-meta-ads": {
"command": "git",
"args": [
"clone",
"https://github.com/vorjin/mcp-meta-ads"
]
}
}
}