MCP Integration
Updated

Other Clients

The InsightfulPipe app has setup guides for Claude, ChatGPT, Claude Code, Cursor, Gemini CLI and Codex. Other MCP clients that support remote HTTP servers with a browser sign-in can connect with the same server URLs.

Clients with setup guides

Generic setup

  1. Copy the server URL from MCP Servers in the InsightfulPipe app, for example https://google-ads.insightfulmcp.com/.
  2. Add it to your client as a remote HTTP MCP server named <platform>-mcp, for example google-ads-mcp, or main-mcp for the unified server.
  3. Start the client's sign-in for that server. A browser window opens.
  4. Log in to InsightfulPipe and click Authorize access.

JSON configuration

Many clients read an mcpServers object:

json
{
  "mcpServers": {
    "google-ads-mcp": {
      "url": "https://google-ads.insightfulmcp.com/"
    },
    "main-mcp": {
      "url": "https://main.insightfulmcp.com/"
    }
  }
}

What the agent can see and do

  • Only accounts connected in your workspace that your role can access.
  • Only the actions enabled for each account. Write actions need a Read & Write connection and the Owner, Administrator or Operator role.
  • Platform servers expose one platform. The unified server at https://main.insightfulmcp.com/ also lets the agent list every connected platform before choosing one.

No MCP support?

Use the CLI instead: npm install -g insightfulpipe, then insightfulpipe auth. See InsightfulPipe CLI.

Need help?

If you need help connecting a source or setting up an AI workflow, the team can help you get from first sync to production faster.