Pinterest Ads MCP Server

Pinterest Ads management — CRUD, async reports, targeting, and audience estimates

Remote serverstreamable-httpTypeScript

What is the Pinterest Ads MCP server?

Pinterest Ads management — CRUD, async reports, targeting, and audience estimates. That is what the pinterest ads mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Self-hostable MCP connectors for major advertising platforms.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server

What it needs from you

  • Node.js >= 20.0.0 - pnpm >= 10.0.0 -- corepack enable picks up the pinned version from packageManager (or npm install -g pnpm@10) - Docker (for containerization) - Terraform >= 1.6.0 (for deployment)

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pinterest Ads's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by cesteral; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pinterest Ads's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Pinterest Ads MCP server

### 4. Configure your AI agent

```json
{
  "mcpServers": {
    "cesteral-gads": {
      "url": "https://gads.your-domain.com/mcp",
      "apiKey": "your-gads-api-key"
    },
    "cesteral-meta": {
      "url": "https://meta.your-domain.com/mcp",
      "apiKey": "your-meta-api-key"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js >= 20.0.0 - pnpm >= 10.0.0 -- corepack enable picks up the pinned version from packageManager (or npm install -g pnpm@10) - Docker (for containerization) - Terraform >= 1.6.0 (for deployment)

Example prompts to try

  • Use Pinterest Ads to Prerequisites.

Frequently asked questions

It connects Pinterest Ads to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pinterest Ads directly.