Other Clients
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
- Open the tool's MCP or Connectors settings panel.
- Click **Add Server** (sometimes called "Add Tool" or "Add Provider").
- Paste the InsightfulPipe endpoint (same URLs used for the clients above).
- When asked, log in with your InsightfulPipe account to approve access.
- 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.