Other Clients

Last updated February 24, 2026Published November 4, 2025

Any tool that supports the Model Context Protocol can connect to InsightfulPipe. We have dedicated guides for the most popular clients — this page covers other tools and custom integrations.

Supported Clients with Dedicated Guides

  • **Claude** — see Claude Setup
  • **ChatGPT** — see ChatGPT Setup
  • **Claude Code** — see Claude Code Setup
  • **Cursor** — see Cursor Setup
  • **Gemini CLI** — see Gemini CLI Setup
  • **Codex CLI** — see Codex CLI Setup

Generic Steps for Other MCP Clients

  1. Open the tool's MCP or Connectors settings panel.
  2. Click **Add Server** (sometimes called "Add Tool" or "Add Provider").
  3. Paste the InsightfulPipe endpoint (same URLs used for the clients above).
  4. When asked, log in with your InsightfulPipe account to approve access.
  5. Enable the server for the project or workspace you're working in.

JSON Configuration

Many developer tools use a `mcpServers` JSON configuration. Add your InsightfulPipe endpoint like this:

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

Or use the unified endpoint for all platforms:

json
{
  "mcpServers": {
    "insightfulpipe-mcp": {
      "url": "https://main.insightfulmcp.com/"
    }
  }
}

Compatible Tools

  • **Windsurf** — add the endpoint via the MCP settings panel.
  • **VS Code extensions (Continue.dev, Cline)** — provide the endpoint and token via their settings UI; both support multiple servers.
  • **Custom apps** — treat the endpoint like any standard MCP server. Hand it the URL and let the app handle OAuth.

Tips

  • Toggle only the servers you need for that session to keep responses focused.
  • If a client can't open the login popup, copy the auth URL into a browser, sign in, and paste the returned code (most tools support this fallback).
  • Re-authenticate whenever you rotate your InsightfulPipe password.