Cursor Setup
Connect InsightfulPipe to Cursor IDE so you can query marketing data while you code.
Requirements
- Cursor IDE installed.
- At least one active connector inside InsightfulPipe.
Setup Steps
- **Click the install link** from your InsightfulPipe MCPs Servers page. Each platform has a one-click Cursor deeplink that automatically opens Cursor and pre-fills the server configuration.
- **Authenticate** — the server shows "Needs authentication." Click **Connect**, then click **Open** when prompted.
- **Authorize access** — log in with your InsightfulPipe account and click **Authorize access**. You'll be redirected back to Cursor.
Start chatting in Cursor and ask questions about your data.
Manual Setup
If the deeplink doesn't work, you can add the server manually via Cursor's MCP settings JSON:
json
{
"mcpServers": {
"google-ads-mcp": {
"url": "https://google-ads.insightfulmcp.com/"
}
}
}Tips
- Toggle only the servers you need for that session to keep responses focused.
- If authentication expires, remove and re-add the server, then authenticate again.
- You can add multiple InsightfulPipe servers for different platforms.
Unified MCP Server
Instead of adding individual servers, use the unified endpoint for all your connected platforms:
json
{
"mcpServers": {
"insightfulpipe-mcp": {
"url": "https://main.insightfulmcp.com/"
}
}
}