Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Google Merchant Center

БесплатноНе проверен

Enables reading products, checking approval statuses, and analyzing feeds across multiple Google Merchant Center accounts via natural language.

GitHubEmbed

Описание

Enables reading products, checking approval statuses, and analyzing feeds across multiple Google Merchant Center accounts via natural language.

README

MCP server for Google Merchant Center — read products, check approval statuses, and analyze feeds across multiple accounts.

Features

  • List products across multiple Merchant Center accounts
  • Search products by title or brand
  • Get product approval status and issues
  • Inspect data sources and feeds
  • Get account information

Installation

npm install -g mcp-google-merchant-center

Or use directly with npx (no install needed):

{
  "mcpServers": {
    "merchant-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-google-merchant-center"],
      "env": {
        "MERCHANT_ID": "YOUR_DEFAULT_MERCHANT_ID",
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/application_default_credentials.json"
      }
    }
  }
}

Authentication

This server uses Google Application Default Credentials (ADC). Generate them with:

gcloud auth application-default login \
  --client-id-file="YOUR_CLIENT_SECRET.json" \
  --scopes="https://www.googleapis.com/auth/content"

The credentials file is saved at ~/.config/gcloud/application_default_credentials.json.

Environment Variables

Variable Required Description
MERCHANT_ID Yes Default Merchant Center account ID
GOOGLE_APPLICATION_CREDENTIALS Yes Path to ADC credentials JSON file

Multiple Accounts

All tools accept an optional merchant_id parameter to query a specific account:

"List products for merchant 5747906518" "Get product status for account 5443978365"

Available Tools

Tool Description
get_account Account info and settings
list_products Browse all products with pagination
get_product Full details for a single product
search_products Filter products by title or brand
list_data_sources List feeds and data sources
get_product_status Approval status and disapproval reasons

Requirements

  • Node.js 18+
  • Google Cloud project with Merchant API enabled
  • OAuth 2.0 credentials (Desktop app type)

License

MIT

from github.com/gioenjoy/mcp-google-merchant-center

Установка Google Merchant Center

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/gioenjoy/mcp-google-merchant-center

FAQ

Google Merchant Center MCP бесплатный?

Да, Google Merchant Center MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Google Merchant Center?

Нет, Google Merchant Center работает без API-ключей и переменных окружения.

Google Merchant Center — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Google Merchant Center в Claude Desktop, Claude Code или Cursor?

Открой Google Merchant Center на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Google Merchant Center with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development