MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Shopify store

Shopify store

Run a Shopify store from chat: catalog and storefront, inventory, payments, and sales analytics.

Ads

Servers in this stack

  1. 1Q

    QuentinCody/shopify-storefront-mcp-server

    Unofficial MCP server that allows AI agents to discover Shopify storefronts and interact with them to fetch products, collections, and other store data through the Storefront API.

    Other Tools and Integrations

    0
  2. 2R

    ReplenishRadar/MCP

    Multi-channel inventory intelligence for Shopify and Amazon sellers. 28 tools for stockout risk, demand forecasts, purchase order lifecycle, and sales analytics. Human-in-the-loop: all write operations create drafts only.

    Other Tools and Integrations

    0
  3. 3

    Stripe MCP

    This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe. It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including: @stripe/ai-sdk - for integrating Stripe's billing infrastructure with Vercel's ai and @ai-sdk libraries. @stripe/token-meter - for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies. Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.

    Cloud Platforms6 tools

    1.8k
  4. 4E

    embeddedlayers/mcp-analytics

    Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources — ask a question in Claude or Cursor, get an interactive HTML report.

    Customer Data Platforms

    0
  5. 5T

    Two Minute Reports MCP

    Connect to your marketing stack with Two Minute Reports. Analyze data from Facebook Ads, Google Ads, TikTok Ads, LinkedIn Ads, Amazon Ads, Google Analytics 4 (GA4), Shopify, Amazon Seller Central, HubSpot, LinkedIn Pages, Facebook Insights, Instagram Insights, YouTube Analytics, Google Search Console, Google My Business, Google Trends, and PageSpeed Insights, all in one place. Conversational intelligence: Ask in plain English and get structured, data-backed answers. No need to dig through reports or export anything. Just ask, like you would ask your teammate. Eg: “Which campaigns had the best ROAS last week?” Zero-code setup: No scripts, no pipelines. Link your data sources via Two Minute Reports MCP within minutes and query forever. Cross-platform blending: Blend ad spend, CTR, CVR, ROAS from PPC platforms such as Google Ads, Meta, LinkedIn Ads, TikTok Ads, etc, all in a single prompt without switching tabs. Spot emerging trends: Compare your preferred timeframes across channels or pr

    Other Tools and Integrations5 tools

    0
  6. 6W

    Windsor

    Windsor MCP (Model Context Protocol) is a hosted MCP server that lets your AI assistant query, explore and analyze live business data from 350+ sources — Meta Ads, Google Ads, TikTok Ads, GA4, HubSpot, Salesforce, Shopify, Stripe, BigQuery, Snowflake and many more — with no SQL, no API keys, and no custom integrations. On connectors that support it, agents can also execute write actions — for example creating and managing campaigns and budgets on Meta Ads, Google Ads, TikTok Ads, LinkedIn Ads, and Microsoft Ads (Bing); publishing Instagram posts; managing Google Business Profile listings and reviews; updating Klaviyo flows and Salesforce records; and more.

    Code Execution6 tools

    4

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "shopify-storefront-mcp-server": {
      "command": "uvx",
      "args": [
        "requirements.txt"
      ]
    },
    "replenishradar": {
      "command": "npx",
      "args": [
        "-y",
        "@replenishradar/mcp-server"
      ],
      "env": {
        "REPLENISHRADAR_API_KEY": "rr_sk_your_key_here"
      }
    },
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<secret-key>"
      }
    },
    "mcpanalytics": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-analytics/mcp-analytics"
      ],
      "env": {
        "MCP_ANALYTICS_API_KEY": "mcp_your_key_here"
      }
    },
    "twominutereports-com-mcp": {
      "url": "https://mcp.twominutereports.com/mcp"
    },
    "windsor": {
      "url": "https://mcp.windsor.ai/"
    }
  }
}