How to Use the Meta Ads MCP in Cursor
Build automated marketing workflows and control Meta Ads directly from the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Meta Ads MCP to Cursor
Create your Vinkius account to connect Meta Ads to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write Meta Ads optimization code in Cursor
This Meta Ads MCP Server lets your Cursor agent pull live campaign structures using `list_campaigns`. You can write budget-handling scripts that interact with real API responses instead of static mock files. It bridges the gap between your editor and live ad accounts. Executing `pause_campaign` directly from the chat helps you test your automation logic on the fly. Your agent writes the code, executes the tool, and verifies the campaign status change. This makes building custom marketing tools incredibly fast.
Debug ad set targeting inside Cursor
Finding mismatched targeting parameters is easier when your agent can inspect your setup using `list_ad_sets`. This MCP Server flags budget conflicts by reading the configuration of your active ad sets. It spots overlapping audiences before they cost you money. Calling `list_audiences` lets you cross-reference your custom lists with active ad sets. Your agent writes clean validation scripts using this live data. You save hours of manual API testing.
Feed real Meta Ads performance metrics to Cursor
Building custom dashboards requires actual performance data, which you can fetch using `get_campaign_insights`. This MCP Server pulls active click and conversion data directly into your workspace. This lets you design user interfaces around real-world numbers. Pulling account-level trends is just as simple with `get_account_insights`. Cursor uses these metrics to generate precise types and interfaces for your reporting tools. You build your marketing tech stack with zero guesswork.
Set up Meta Ads MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Meta Ads MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Meta Ads transactions." If the MCP tools are loaded correctly, Cursor will call the Meta Ads tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"meta-ads-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Meta Ads. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Meta Ads MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Meta Ads MCP today
We host it, we monitor it, we maintain it. You just paste one token.