MCP Integration
Cursor Setup
Install an InsightfulPipe server in Cursor with the one-click install link in the app, or add it to Cursor's mcp.json by hand. Either way, you finish by connecting the server and clicking Authorize access.
Before you start
- At least one account connected in InsightfulPipe. See First Connection.
One-click install
- Open MCP Servers in the InsightfulPipe app, pick the platform, open the Cursor tab and click the install link (for example Install Google Ads MCP). When prompted, click Open Cursor, then Install.
- The server shows Needs authentication. Click Connect, then Open.
- Log in and click Authorize access. You'll be redirected back to Cursor.
Once connected, start chatting and ask about your data.
Manual setup
Add the server to Cursor's mcp.json:
json
{
"mcpServers": {
"google-ads-mcp": {
"url": "https://google-ads.insightfulmcp.com/"
}
}
}Cursor then shows the server as needing authentication. Click Connect and finish with Authorize access in the browser.
Add every connected source at once
json
{
"mcpServers": {
"main-mcp": {
"url": "https://main.insightfulmcp.com/"
}
}
}Tips
- Server names follow the pattern
<platform>-mcp. Keep them unique so Cursor can tell servers apart. - Cursor only sees the accounts your InsightfulPipe role can access, and only the actions enabled for each account.
- If a request fails, check the error text against Troubleshooting.