Meta Ads for Cursor
com.getmcpads/meta-ads
Meta Ads MCP server: 41 read tools, 23 opt-in preview-first writes.
client:Cursor
transport:stdio
runtime:npm
Install Meta Ads in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meta-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getmcpads/meta-ads-mcp-server"
],
"env": {
"META_ACCESS_TOKEN": "<META_ACCESS_TOKEN>",
"META_ENABLE_WRITES": "<META_ENABLE_WRITES>",
"META_API_VERSION": "<META_API_VERSION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs