Paidsync MCP Server

Most MCP servers for ads are read-only. Google's native Google Ads MCP is read-only. ppc.io is read-only. GoMarble is read-only with write in private

Remote serverstreamable-http

What is the Paidsync MCP MCP server?

Paidsync MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Most MCP servers for ads are read-only. Google's native Google Ads MCP is read-only. ppc.io is read-only. GoMarble is read-only with write in private beta. Meta's AI Ads Connector edits Meta, nothing else.

What you get

MCP is an open standard, originally introduced by Anthropic, that lets AI assistants talk to external tools through a standardized interface. PaidSync is an MCP server. Your AI client is an MCP client. The standard means PaidSync works with any AI client that speaks MCP, not just Claude.

What the assistant can call

Once Paidsync MCP is connected, these are the calls the assistant has available:

Configuration and credentials

You will need one environment variable: YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Paidsync MCP's toolset — ChatGPT, Gemini, Cursor and 2 more — is a fair guide to whether it matches your workflow. It is maintained by paidsync; worth a glance at recent repository activity before you build anything load-bearing on it.

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

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the paidsync mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
ChatGPTSettings, Connected Tools, Add MCP Server. Name: PaidSync. URL: https://mcp.paidsync.ai/mcp?key=YOUR_API_KEY. Requires ChatGPT Plus or Pro.
GeminiSettings, Extensions, Add MCP Server. Name: PaidSync. URL: https://mcp.paidsync.ai/mcp?key=YOUR_API_KEY.
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
TikTokThe TikTok tool exposed by this server.

How to install the Paidsync MCP MCP server

{
  "mcpServers": {
    "paidsync": {
      "url": "https://mcp.paidsync.ai/mcp?key=YOUR_API_KEY"
    }
  }
}

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

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Paidsync MCP to ChatGPT.
  • Use Paidsync MCP to Gemini.
  • Use Paidsync MCP to Cursor.

Frequently asked questions

It connects Paidsync MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (ChatGPT, Gemini, Cursor, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Paidsync MCP directly.