Porter Metrics+
boltAI Marketing Tutorial · 2026

How to Connect Porter Metrics to Claude with MCP

A step-by-step guide to connect Porter Metrics to Claude Desktop, Claude Web, and Claude Code. Once connected, ask Claude anything about your Google Ads, Meta Ads, GA4, Shopify, HubSpot and 20+ more platforms.

Juan Bello

Juan Bello

Founder, Porter Metrics · April 17, 2026 · 8 min read

boltQuick answer

To connect Porter Metrics to Claude, open Claude (Desktop or Web), go to Connectors → Add custom connector, name it Porter, paste the URL below, and sign in (you can use your Google account — no password needed). From there, ask Claude anything about your marketing data.

Porter MCP URLhttps://mcp.portermetrics.com/mcp

Paste this URL in Claude Desktop or Claude Web when you add a custom connector.

What is the Porter Metrics MCP?

An MCP is a way to plug tools into your AI chats. Think of it like a USB port for AI: once a tool has an MCP, any AI chat can connect to it and use its data. And because the standard is universal, the same MCP works everywhere — Claude, Claude Code, ChatGPT, Gemini, Cursor, Antigravity, Lovable, and any other AI tool that accepts APIs or MCPs.

The Porter Metrics MCP brings all your marketing data into those AI tools. The same connectors you use today to send data to Google BigQuery, Google Sheets, or Looker Studio — Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Shopify, HubSpot, GA4, Search Console, and 20+ more — are now available inside Claude (and any other MCP-compatible AI).

Why it matters for marketers

With the Porter MCP, you stop waiting on data pulls and start acting on them. Concrete things you can do today:

  • Ask questions and get instant answers: “Which Meta Ads campaigns had the highest ROAS last week?” or “Compare Google Ads cost vs. GA4 revenue this month.” Claude pulls the numbers and explains them.
  • Spin up dashboards inside the chat: ask for a weekly performance view and get charts, tables, and a summary ready to share — no Looker Studio setup required.
  • Generate client-ready reports on demand: “Draft this month’s report for Client X with Google Ads spend, GA4 sessions, and Shopify revenue.” Paste it into Slack, email, or a doc.
  • Diagnose performance dips: “Why did our ROAS drop on Tuesday?” Claude looks at your campaigns, channels, and landing pages and explains what changed.
  • Build your own marketing apps with vibe-coding tools: combine the Porter MCP with Claude Code, Cursor, Lovable, or Antigravity to create internal tools — lead scoring flows, automated alerts, attribution models — without being a developer.
  • Automate recurring work: pair it with scheduled tasks to receive a Monday-morning KPI digest, anomaly alerts, or client updates — unattended.

Prerequisites: what you need before you start

Before you connect Porter to Claude, make sure you have the following ready:

  • A Porter Metrics account with your marketing data connected (start a free trial if you don’t have one).
  • Claude Desktop or claude.ai (web) — signed in with a plan that supports tool use (all paid plans and the free tier on claude.ai).
  • ~5 minutes to complete the full setup.

Step 0 — Connect your marketing data to Porter first

Claude reads your data through Porter, so the first thing you need are your marketing accounts connected inside Porter. If you already use Porter with Looker Studio, Google Sheets, or BigQuery, you can skip this step — every account you connected before is automatically available to Claude too. Connect once, use everywhere.

If this is your first time:

  1. Sign in to Porter (or start a free trial).
  2. In the top-left corner of the app, click the + Create button.
  3. Pick a destination for your data. Porter currently supports four: Looker Studio, Google Sheets, BigQuery, and — new — Claude. It doesn’t matter which one you choose first: any marketing account you authorize here becomes available across all destinations, including Claude via the MCP.
  4. Choose the platform you want to connect (Google Ads, Meta Ads, TikTok Ads, GA4, Shopify, HubSpot, etc.) and sign in with the account that owns the data — for example, the Facebook profile that has access to your Meta Ads account, or the Google account that owns your Google Ads.

Once at least one source is connected in Porter, those accounts are ready to use in Claude.

Already a Porter user? Every data source you’ve connected for Looker Studio, Sheets, or BigQuery is instantly available to Claude via the MCP — no duplicate setup.

How to connect Porter Metrics to Claude Desktop or Claude Web

This is the easiest path for most marketers. Follow these 10 steps to add Porter as a custom connector in Claude Desktop or claude.ai. The flow is identical on both.

1
Open Claude and click the + inside the chat
Launch Claude Desktop or open claude.ai in your browser. Inside the chat input at the bottom, click the + icon on the left to open the tools menu.
Claude chat input with the + menu open
2
Go to Connectors → Manage connectors
In the menu that appears, hover over Connectors. A submenu opens on the right — click Manage connectors to jump into your connector settings.
Claude Connectors submenu with Manage connectors highlighted
3
Click the + at the top of the Connectors panel
You’re now in the Customize → Connectors screen. Click the small + icon at the top right of the connector list to start adding a new one.
Claude Connectors panel with add icon highlighted
4
Select Add custom connector
A tiny dropdown appears with two options. Click Add custom connector (the second option).
Add custom connector option in the dropdown
5
Name your connector Porter
A dialog opens titled Add custom connector (BETA). In the first field (Name), type Porter. This is how you’ll find it inside any conversation later.
Custom connector dialog with Name field focused
6
Paste the Porter MCP URL
In the second field — Remote MCP server URL — paste the Porter endpoint:
https://mcp.portermetrics.com/mcp
You can copy it from the button at the top of this page. Leave Advanced settings untouched.
Pasting the Porter MCP URL into the remote server field
7
Click Add and sign in with Google
Click the Add button in the bottom right of the dialog. Claude opens your browser on Porter’s sign-in page — click Continue with Google and pick the Google account linked to your Porter workspace (no password needed). Then approve the connection so Claude can read your data.
Add button on the custom connector dialog
8
Review Porter’s read-only tools and go back to your chats
After sign-in, Claude shows Porter’s tools: get_blend_id, list_accounts, list_categories, list_data_sources, list_fields, and query_data. These are all read-only — Claude can’t change anything in your accounts. Click back to return to your chats.
Porter tool permissions panel inside Claude
9
Start a new chat and prompt anything with your marketing data
In a fresh Claude conversation, type whatever you need. A good first prompt is: “Can you bring my GA4 website sessions by day during this month blended with Search Console clicks?”
Claude chat with a marketing data prompt typed in
10
Get the answer — chart, numbers, and analysis
Claude calls Porter, pulls GA4 sessions and Search Console clicks, blends them, and returns a chart plus a short analysis you can share with your team or client. You’re now chatting with your marketing data.
Claude response showing blended GA4 and Search Console chart

How to connect Porter Metrics to Claude Code (CLI)

If you use Claude Code in the terminal, the install is a one-liner. This is the recommended path for developers, technical marketers, and anyone automating with scheduled tasks.

Step 1 — Register the Porter MCP

Open your terminal and run the following command:

# Register Porter as an HTTP MCP server in Claude Code claude mcp add –transport http portermetrics https://mcp.portermetrics.com/mcp

That registers the Porter MCP in your Claude Code configuration.

Step 2 — Authenticate with Porter

The next time you start a Claude Code session, Claude will open your browser and ask you to sign in to Porter. Click Continue with Google (recommended — no password needed) and pick the Google account linked to your Porter workspace. Complete the sign-in once and the connection persists across sessions.

Step 3 — Verify the connection

Inside Claude Code, run:

/mcp list

You should see portermetrics in the list with status connected. You’re ready to query your data.

How to verify the connection is working

Regardless of which client you used, the fastest way to confirm Porter is connected is to ask Claude a simple discovery question:

Try this: “Using Porter, list all the data source accounts I have connected.”

Claude should return a list of your accounts (e.g. Google Ads Account 1, Meta Ads Agency Account, GA4 Property). If you see the list, you’re done — the MCP is live and ready for real queries.

check_circleWhat a successful connection looks like

Claude will take a second to call list_accounts, then respond with a clean list grouped by platform. If you see an error or “no accounts found,” jump to the Troubleshooting section.

What you can do with Claude + Porter Metrics

Once connected, the Porter MCP unlocks these everyday marketing workflows:

bolt
Ask in plain English
“How much did we spend on Meta Ads last month by campaign?” — Claude runs the query and gives you the answer in seconds.
merge_type
Blend sources on the fly
“Compare Google Ads cost vs. GA4 revenue for the last 30 days.” Cross-source analysis without leaving the chat.
description
Quick reports & summaries
Ask Claude to summarize last week’s performance across all paid channels and drop a client-ready recap in Slack.
edit_note
Write with real data
Draft marketing docs, exec summaries, and QBR slides with live metrics pulled into the same conversation.
schedule
Automate recurring work
Pair it with Claude Code’s scheduled tasks to receive a Monday-morning KPI digest — unattended.
target
Diagnose performance dips
Claude spots the top 3 campaigns dragging down ROAS this week and explains why in a paragraph.

Example prompts to try

Copy any of these prompts into a new Claude conversation (with the Porter connector enabled) to see what the integration can do:

prompt_suggestion“Pull yesterday’s Meta Ads results grouped by campaign and ad set. Flag anything with CPA above $40.”
prompt_suggestion“Compare Google Ads vs. Microsoft Ads performance for Q1 — clicks, conversions, and CPC.”
prompt_suggestion“What were my top 10 organic landing pages in Search Console last 28 days? Include clicks, impressions, and average position.”
prompt_suggestion“From Shopify, what are my 5 best-selling products this month and how does that compare to last month?”
prompt_suggestion“Draft a short weekly report for my client using Google Ads spend, GA4 sessions, and Shopify revenue.”
prompt_suggestion“Which of my Meta Ads campaigns had the highest ROAS in the last 14 days? Group by campaign objective.”
prompt_suggestion“Show me TikTok Ads CPA trend for the last 8 weeks and highlight any anomalies.”
prompt_suggestion“Blend HubSpot deals with Google Ads spend and tell me which campaigns drove the most pipeline this quarter.”

Supported data sources and integrations

The Porter MCP covers the same 25+ data sources Porter supports in Looker Studio, Google Sheets, Power BI, and BigQuery:

Advertising
Google AdsMeta AdsTikTok AdsLinkedIn AdsMicrosoft AdsPinterest AdsReddit AdsX AdsApple AdsGoogle DV360
Analytics & SEO
Google Analytics 4Search ConsoleGoogle Business Profile
Social
Instagram InsightsFacebook InsightsLinkedIn PagesTikTok InsightsFacebook Public Data
E-commerce
ShopifyAmazon Seller
CRM & Email
HubSpotKlaviyoMailchimpActiveCampaign
Other
Google Sheets

Considerations, security, and limitations

Before you roll this out to your team or clients, here are the things worth knowing:

Authentication and data access

The MCP uses OAuth 2.0 to connect your Porter account — the standard “Sign in with Google” flow you already use across the web. No passwords are shared with Claude. Every session is scoped to the accounts you authorized in Porter, and Claude can’t see accounts that aren’t linked to your Porter workspace.

Read-only by design

All tools exposed by the Porter MCP are read-onlylist_accounts, list_data_sources, list_fields, query_data. Claude cannot modify ad campaigns, pause budgets, or change any settings in your source platforms.

Data privacy

Your data never leaves Porter’s secure pipeline. Claude only receives the specific rows it requests, not your entire account. You can revoke the connector at any time from Claude Settings or from Porter → Integrations.

Rate limits and query size

Queries return up to 1,000 rows per request and respect each platform’s native API rate limits (e.g., Google Ads API quotas, Meta Graph API limits). For large exports or bulk data, use Porter’s Looker Studio, Sheets, or BigQuery connectors instead.

Heads up: The MCP is optimized for interactive analysis, not bulk data transfer. If you need to move millions of rows, use Porter’s BigQuery or Sheets destinations instead.

Pricing: how it works

The MCP is already included in your Porter plan — there is no extra fee for connecting Claude. Porter only charges for the data source accounts you connect (for example, one Meta Ads account = one data source account). The same account you already pay for in Looker Studio, Sheets, or BigQuery is the same one you use in Claude — no double billing.

In short: you pay per data source account, and that account works across every destination Porter supports (Looker Studio, Google Sheets, BigQuery, and Claude).

See full pricing details at portermetrics.com/pricing.

Troubleshooting common issues

If something isn’t working, check this list first:

errorSign-in window doesn’t open after clicking Add
Disable pop-up blockers for claude.ai and try again. On Claude Desktop, check that your default browser is set correctly in system settings.
error“No accounts found” when asking a question
Make sure you signed in with the same Google account that has the data source connected in Porter. Go to Porter → Data Sources and confirm the account is active under the correct workspace.
errorClaude says it can’t access Porter
The connector may have been disabled. In Claude, go to Settings → Connectors, find Porter, and toggle it on. You may need to sign in again with Google.
errorQuery returns empty results
Check the date range — some platforms have a 48-hour data delay. Also verify the account has data for the metrics you’re asking about.
error“Invalid field” errors
Ask Claude to first list the available fields for that data source before running the query. Field names vary by platform.
errorSlow responses for large queries
Narrow the date range or filter to specific accounts/campaigns. MCP queries are capped at 1,000 rows per request for performance.

Still stuck? Contact Porter support and include the error message plus the prompt you tried.

Frequently asked questions

How do I connect Porter Metrics to Claude?

Open Claude Desktop or Claude Web, go to Connectors → Add custom connector, name it Porter, and paste https://mcp.portermetrics.com/mcp as the URL. Click Add and sign in with Google (the account linked to your Porter workspace). You’re done.

How does pricing work for the Porter MCP?

It’s included in your Porter plan at no extra cost. Porter only charges per data source account you connect — the same Meta Ads, Google Ads, or GA4 account you already use in Looker Studio, Sheets, or BigQuery is the same one you’ll use in Claude. You don’t pay twice for the same account. See full details at portermetrics.com/pricing.

Does it work with Claude Code, Claude Desktop, and Claude Web?

Yes. Any client that supports remote HTTP MCP servers can connect — Claude Code, Claude Desktop, claude.ai on the web, and third-party tools like Cursor or custom agents built with the Anthropic SDK.

Which Claude model should I use for marketing analysis?

Any Claude model with tool use works. For complex multi-source analysis we recommend Claude Opus 4.6 or Claude Sonnet 4.6. Claude Haiku 4.5 is faster and handles most day-to-day marketing queries.

Can I use the Porter MCP with n8n, Zapier, or custom agents?

Yes. Anything that supports the Model Context Protocol can plug in. The MCP spec is open, so any agent framework — including the Anthropic SDK, OpenAI Agents SDK, or LangChain — can call it.

Is my marketing data safe when using the MCP?

Yes. Sign-in uses OAuth 2.0 — the standard “Sign in with Google” flow, so no password is shared with Claude. Every session is scoped to your Porter account. Claude only sees the rows it explicitly asks for, limited to the accounts you authorized. All tools are read-only — Claude cannot modify, delete, or export anything outside the chat. You can revoke the connection at any time from Claude Settings or from your Porter account.

Which data sources are supported through the Porter MCP?

All 25+ data sources Porter supports elsewhere: Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Microsoft Ads, Pinterest Ads, Reddit Ads, X Ads, Apple Ads, Google DV360, GA4, Search Console, Google Business Profile, Instagram Insights, Facebook Insights, LinkedIn Pages, Shopify, Amazon Seller, HubSpot, Klaviyo, Mailchimp, ActiveCampaign, and Google Sheets.

Can Claude write back to my ad accounts or send reports?

No. The Porter MCP is strictly read-only. Claude can pull, analyze, and present your data — but it cannot change bids, pause campaigns, or push data out. For write operations you’d need a separate connector, which is not part of this integration.

Ready to chat with your marketing data?

Open Claude, add the Porter connector, and ask your first question. If you don’t have Porter yet, start a free trial and connect one data source — you’ll be talking to your data in under five minutes.

rocket_launchStart free Porter trial open_in_newOpen Claude