MCP Integration
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
- Copy the server URL from MCP Servers in the InsightfulPipe app, for example
https://google-ads.insightfulmcp.com/. - Add it to your client as a remote HTTP MCP server named
<platform>-mcp, for examplegoogle-ads-mcp, ormain-mcpfor the unified server. - Start the client's sign-in for that server. A browser window opens.
- 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.