Presso Setup MCP Server

Local stdio proxy for Presso's remote MCP server — connect e-commerce and marketing data to AI assistants

Remote serverstreamable-httpGo

What is the Presso Setup MCP server?

Local stdio proxy for Presso's remote MCP server — connect e-commerce and marketing data to AI assistants. That is what the presso setup mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Presso is an MCP server that connects your e-commerce and marketing data sources — Shopify, Google Analytics 4, Google Ads, Meta Ads, and more — directly to AI assistants like Claude. Instead of switching between dashboards, ask questions in natural language and get instant answers about your store's performance, ad campaigns, and customer behavior.

  • 11 data source integrations — — Shopify, GA4, Google Ads, Meta Ads, Search Console, Google Merchant Center, Amazon Ads, GTM, Klaviyo, ShipStation, Judge.me
  • 100+ tools — — Products, orders, customers, analytics reports, ad campaigns, keyword analysis, shipping, reviews, and more
  • Cross-platform analysis — — Correlate data across Shopify + GA4 + ad platforms in a single conversation
  • Natural language queries — — No SQL or API knowledge required. Ask like you would ask an analyst
  • Real-time data — — Fetches live data from source APIs on every request
  • Read-only access — — Presso never modifies your store data, ad campaigns, or settings

The tools it exposes

The server publishes 4 tools. What each one is for:

  • Cursor — The Cursor tool exposed by this server
  • Shopify — The Shopify tool exposed by this server
  • Klaviyo — The Klaviyo tool exposed by this server
  • ShipStation — The ShipStation tool exposed by this server

What it needs from you

Configuration is passed through the environment: PRESSO_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Presso Setup's toolset — Cursor, Shopify, Klaviyo and 1 more — is a fair guide to whether it matches your workflow. It is maintained by stellagent; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Presso Setup's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CursorThe Cursor tool exposed by this server.
ShopifyThe Shopify tool exposed by this server.
KlaviyoThe Klaviyo tool exposed by this server.
ShipStationThe ShipStation tool exposed by this server.

How to install the Presso Setup MCP server

{
  "mcpServers": {
    "presso": {
      "type": "http",
      "url": "https://mcp.presso.now/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PRESSO_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Presso Setup to Cursor.
  • Use Presso Setup to Shopify.
  • Use Presso Setup to Klaviyo.

Frequently asked questions

It connects Presso Setup to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Cursor, Shopify, Klaviyo, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Presso Setup directly.