GuidesWarp
Warp Integration

Using Pipeboard with the Warp terminal

Warp's Agent Mode supports MCP servers natively. Add the Pipeboard MCP URLs and manage Meta Ads, Google Ads, and TikTok Ads right from your terminal.

Before You Start

You need a Pipeboard account, an API token, and the Warp desktop app.

Pipeboard Account

Free tier

Sign up and connect Meta Ads, Google Ads, or TikTok Ads.

Create account

API Token

For authentication

Warp does not show an OAuth popup, so authenticate with a Pipeboard API token.

Get your token

Warp Terminal

macOS, Linux, Windows

Install Warp from warp.dev. Agent Mode and MCP are available on every tier.

Download Warp
Setup

Add Pipeboard to Warp in 4 steps

Warp accepts a single JSON snippet to register multiple MCP servers at once.

1

Open Warp's MCP settings

In the Warp desktop app, open Settings > AI > Manage MCP servers (or use the command palette and search for "MCP"). Toggle Auto-spawn servers on so Warp launches the Pipeboard MCP whenever the agent needs it.

2

Get your Pipeboard API token

Open pipeboard.co/api-tokens and create a token. Copy the value (starts with pk_) — you will paste it into the JSON below.

3

Paste the JSON configuration

In Warp's MCP servers panel, click + Add, choose JSON, and paste the snippet below. Replace YOUR_PIPEBOARD_API_TOKEN with the token from step 2. Remove the servers you don't need.

Warp MCP JSON
{
  "mcpServers": {
    "pipeboard-meta-ads": {
      "url": "https://meta-ads.mcp.pipeboard.co/",
      "headers": {
        "Authorization": "Bearer YOUR_PIPEBOARD_API_TOKEN"
      }
    },
    "pipeboard-google-ads": {
      "url": "https://google-ads.mcp.pipeboard.co/",
      "headers": {
        "Authorization": "Bearer YOUR_PIPEBOARD_API_TOKEN"
      }
    },
    "pipeboard-tiktok-ads": {
      "url": "https://tiktok-ads.mcp.pipeboard.co/",
      "headers": {
        "Authorization": "Bearer YOUR_PIPEBOARD_API_TOKEN"
      }
    }
  }
}

All three Pipeboard MCP servers (Meta, Google, TikTok) share the same API token. Add only the ones you plan to use.

4

Verify and use

Warp will start each server and list its tools in the MCP panel. Open Agent Mode and ask it a question:

> Show me my Meta Ads campaigns from last week
> What are my top performing Google Ads campaigns?
> Pause every ad set that spent over $100 with zero conversions yesterday

Warp will discover all available tools from each Pipeboard server and route tool calls automatically.

Alternative

Token-in-URL (no headers)

If your Warp build doesn't support custom headers, pass the token as a query string instead.

Warp MCP JSON (token in URL)
{
  "mcpServers": {
    "pipeboard-meta-ads": {
      "url": "https://meta-ads.mcp.pipeboard.co/?token=YOUR_PIPEBOARD_API_TOKEN"
    }
  }
}

Treat the token like a password. Anyone with the URL can call Pipeboard tools on your account. Rotate it from pipeboard.co/api-tokens if it leaks.

Tips for Warp + Pipeboard

Get the most out of Agent Mode

Connect the ad platform first

The MCP server can only return data for accounts you've already connected. Visit pipeboard.co/connections and connect Meta, Google, or TikTok before running tools in Warp.

Use read-only tokens for safety

On Pro+ plans you can scope an API token to read-only tools. Useful if you let Warp's agent run autonomously. See the API token permissions guide.

Share configs with your team

Warp can read a .warp/mcp.json file checked into your repo. Commit the URLs but keep tokens out of git — setPIPEBOARD_API_TOKEN in each developer's shell instead.

Confirm tool calls before they run

Warp's Agent Mode shows the planned tool call before executing. Always review writes (creating ads, updating budgets) before approving — Pipeboard cannot undo a destructive call once Meta or Google accepts it.

Example Workflows

What you can do from Warp

Audit all campaigns and write a markdown report into your repo

Find underperforming ads, pause them, and commit the change log

Duplicate a winning ad with a new creative variation

Launch a fresh campaign with targeting suggested by the agent

Cross-platform insights: Meta and Google in one Warp conversation

Bulk-update budgets across multiple ad sets

Ready to manage ads from Warp?

Free Pipeboard account, free Warp install, two minutes to wire them together.