Connector guide2-minute read14 MCP toolsEnglish · Deutsch · Italiano

Как подключить BigCommerce к Cursor — через MCP

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

BigCommerce

MCP connector

BigCommerce

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

Tools

14

Region

INTL

Category

e-commerce

Authentication

API Key

Required env vars

BIGCOMMERCE_STORE_HASHBIGCOMMERCE_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

No install? Use cloud.anythingmcp.com directly.

Sign in, install the BigCommerce in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → BigCommerce, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

BigCommerce + Cursor

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

BIGCOMMERCE_STORE_HASH, BIGCOMMERCE_ACCESS_TOKEN

Шаг 1 — Получите учётные данные

bigcommerce.com/docs/rest-catalog).

Setup:

  1. Sign in to BigCommerce → Settings → API → API Accounts → Create API Account → V2/V3 API token.
  2. Pick scopes — at minimum: Products (Read+Write), Orders (Read+Write), Customers (Read+Write), Information & Settings (Read).
  3. Copy the Access Token and note the API path — looks like https://api.bigcommerce.com/stores/{STORE_HASH}/v3/.
  4. Set:
    • BIGCOMMERCE_STORE_HASH = the alphanumeric store hash from the URL (e.g. abcd1234)
    • BIGCOMMERCE_ACCESS_TOKEN = the access token

Authentication: header X-Auth-Token: ${BIGCOMMERCE_ACCESS_TOKEN}. The base URL embeds the store hash.

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что BigCommerce отображается как "Connected".
  4. Начинайте чат — все инструменты BigCommerce доступны.

Доступные инструменты

ToolWhat it does
bigcommerce_list_productsList products with filters
bigcommerce_get_productFetch a single product
bigcommerce_create_productCreate a product
bigcommerce_update_productUpdate a product
bigcommerce_delete_productPermanently delete a product
bigcommerce_list_product_variantsList variants (SKUs) for a product
bigcommerce_update_variant_inventoryUpdate a variant's inventory_level (stock quantity)
bigcommerce_list_categoriesList categories with parent/tree structure
bigcommerce_list_ordersList orders (uses v2 endpoint — V3 doesn't fully cover orders yet)
bigcommerce_get_orderFetch one order (v2)
bigcommerce_get_order_productsList line items on an order
bigcommerce_update_order_statusUpdate an order's status (use status code from instructions)
bigcommerce_list_customersList customers (V3)
bigcommerce_create_customerCreate a customer

FAQ

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Ready to ship

Your BigCommerce agent is one click away.

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

Похожие руководства

connectors

BigCommerce в MCP — управляйте BigCommerce из любого AI-агента

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

connectors

Как подключить BigCommerce к ChatGPT — через MCP

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

connectors

Как подключить BigCommerce к Claude — через MCP

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

connectors

Как подключить BigCommerce к Gemini — через MCP

Drive BigCommerce (SaaS e-commerce platform) from any AI agent: products, variants, orders, customers, categories. 14 tools, API-key (X-Auth-Token) auth, per-store base URL.

SB
connectors

Как подключить SAP Business One к Cursor — через MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Как подключить SAP Concur к Cursor — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.