Skip to content
Cursor

Pinterest Ads for Cursor

com.getmcpads/pinterest-ads

Pinterest Ads MCP server: 28 read tools, 25 opt-in preview-first writes.

client:Cursor transport:stdio runtime:npm

Install Pinterest Ads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pinterest-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getmcpads/pinterest-ads-mcp-server"
      ],
      "env": {
        "PINTEREST_ACCESS_TOKEN": "<PINTEREST_ACCESS_TOKEN>",
        "PINTEREST_REFRESH_TOKEN": "<PINTEREST_REFRESH_TOKEN>",
        "PINTEREST_APP_ID": "<PINTEREST_APP_ID>",
        "PINTEREST_APP_SECRET": "<PINTEREST_APP_SECRET>",
        "PINTEREST_AD_ACCOUNT_ID": "<PINTEREST_AD_ACCOUNT_ID>",
        "PINTEREST_ENABLE_WRITES": "<PINTEREST_ENABLE_WRITES>",
        "PINTEREST_ENVIRONMENT": "<PINTEREST_ENVIRONMENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pinterest Ads in other clients