Quick Start
Get up and running with Presso in under 10 minutes. Connect your data sources to Claude Code and start querying your e-commerce data with natural language.
Prerequisites
Before you begin, make sure you have the following:
- Claude Code installed on your machine. If you haven't installed it yet, follow the official setup guide.
- An active account on at least one supported data source (Shopify, Google Analytics 4, Google Ads, Meta Ads, Google Search Console, Google Merchant Center, Amazon Ads, Google Tag Manager, Klaviyo, ShipStation, or Judge.me).
- A modern web browser for the Presso dashboard and OAuth authentication flow.
No credit card is required to start. Presso includes a 14-day free trial with full access to all features.
Step 1: Create your Presso account
- Go to app.presso.now/signup.
- Create your account using your email address or sign in with Google.
- Once signed in, you'll land on the Presso dashboard where you can manage your connections and account settings.
Step 2: Connect your data sources
From the Presso dashboard, connect the data sources you want to query through AI.
- Click Add Connection on the dashboard.
- Select the data source you want to connect (e.g., Shopify, GA4, Google Ads).
- You'll be redirected to the provider's OAuth consent screen. Review the requested permissions and click Allow or Authorize.
- Once authorized, you'll be redirected back to Presso. The connection will appear on your dashboard with a green Connected status.
Repeat this process for each data source you want to use. You can connect multiple sources and query them together in a single conversation.
Tip: Start with one data source to get familiar with the workflow, then add more as needed.
Step 3: Add Presso to Claude Code
With your data sources connected, add Presso as an MCP server in Claude Code. Open your terminal and run:
claude mcp add --transport http presso https://mcp.presso.now/mcp
This registers Presso as a named MCP server (presso) that Claude Code can use to access your connected data sources.
To verify the connection, start a new Claude Code session:
claude
Claude Code will automatically detect the Presso MCP server and its available tools. You can confirm by asking Claude Code to list its available tools, or simply start asking questions about your data.
Step 4: Start querying your data
You're all set. Open Claude Code and start asking questions in natural language. Here are some examples to try:
Shopify
Show me my top 10 best-selling products from the last 30 days.
How many orders are currently unfulfilled? List them with customer names.
What's my average order value this month compared to last month?
Google Analytics 4
What are my top traffic sources for the past week?
Show me the conversion rate trend over the last 90 days.
Google Ads
Which Google Ads campaigns have the highest ROAS this month?
Compare my brand vs. non-brand keyword performance.
Cross-platform queries
Compare my Google Ads ROAS vs Meta Ads ROAS for this quarter.
Show me last week's top-selling products and which ad campaigns drove the most traffic.
Claude Code will use Presso's tools to fetch data from your connected sources and present the results with analysis and recommendations.
Pricing overview
Presso offers flexible plans to fit your needs:
| Plan | Price | Connections | Best for |
|---|---|---|---|
| Free | $0/mo | 1 connection | Trying out Presso |
| Standard | $49/mo | 3 connections | Small stores |
| Pro | $99/mo | 10 connections | Growing businesses |
| Max | $199/mo | Unlimited | Agencies & enterprise |
Every new account starts with a 14-day free trial with full access to all features. After the trial, you'll move to the Free tier (1 connection) unless you choose a paid plan.
What's next
Now that you're up and running, explore these guides to get the most out of Presso:
- MCP Server Connection — Detailed configuration for Claude Code, Claude Desktop, and other AI clients.
- Authentication — Learn how OAuth works with Presso, manage permissions, and understand security practices.
- Shopify Integration — Deep dive into Shopify-specific tools and queries.
- Basic Usage — Patterns and best practices for querying your data effectively.
- Use Cases — Real-world examples and workflows for common e-commerce tasks.