Connector guide1-minute read22 MCP toolsEN · DE · IT

Cómo conectar Shopify a Gemini — via MCP

Shopify Admin REST API — products, variants, inventory, orders, fulfillments, customers, refunds, discounts, gift cards, marketing analytics. Custom-app access-token auth.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Shopify

MCP connector

Shopify

Shopify Admin REST API — products, variants, inventory, orders, fulfillments, customers, refunds, discounts, gift cards, marketing analytics. Custom-app access-token auth.

Tools

22

Region

INTL

Category

E-commerce

Authentication

API Key

Required env vars

SHOPIFY_STORESHOPIFY_ACCESS_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Shopify in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Shopify Admin REST API — products, variants, inventory, orders, fulfillments, customers, refunds, discounts, gift cards, marketing analytics. Custom-app access-token auth.

Prueba a pedir

Prompts de ejemplo para Shopify

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Shopify · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Shopify, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Shopify + Gemini

Shopify Admin REST API — products, variants, inventory, orders, fulfillments, customers, refunds, discounts, gift cards, marketing analytics. Custom-app access-token auth.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

SHOPIFY_STORE, SHOPIFY_ACCESS_TOKEN

Paso 1 — Obtener credenciales

Paso 2 — Instalar el adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — Shopify debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

FAQ

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Your Shopify agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Guías relacionadas