mcpbeat Sign in

Gmc MCP Server

by kiwoongeom Your server? Claim it
local only

Gmc MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 506 installs a week from pypi. Last commit 2 May 2026.

MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).

Installs per day peak 446 · avg 119 · -50% w/w
a month agotoday
506
Installs / week
pypi · gmc-mcp
15
Stars
2 open issues
2 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Gmc MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gmc-mcp -- uvx gmc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gmc-mcp": {
      "args": [
        "gmc-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gmc-mcp]
command = "uvx"
args = ["gmc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gmc-mcp": {
      "args": [
        "gmc-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gmc-mcp": {
      "args": [
        "gmc-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GMC_ACCOUNT_ID (Your 10-digit Google Merchant Center account ID (top-right of merchants.google.com).), GMC_SERVICE_ACCOUNT_KEY (Absolute path to a Google Cloud service-account JSON key file. The service account must be added as Admin in Merchant Center.), GMC_OAUTH_TOKEN (Absolute path to an OAuth user-token JSON file produced by `gmc-mcp auth-init`. Use this OR GMC_SERVICE_ACCOUNT_KEY.), GMC_SUBACCOUNT_ID (Optional sub-account ID when operating an MCA (Multi-Client Account).), GMC_DRY_RUN (When 'true', writes are logged to the audit log only (no actual API calls).), GMC_LOG_LEVEL (Log verbosity: DEBUG / INFO / WARNING / ERROR.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gmc MCP

same job, measured the same way
Google Merchant Center MCP
by a1-x-tech

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

114 installs/wk local only
Indexnow
by sharozdawa

Submit URLs for instant indexing via IndexNow and Google Indexing API.

31 installs/wk local only
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
HasData
by hasdata

All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.

answering
Ainative Gtm MCP
by ainative-studio

Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.

105 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
HYPD AI - Paid Ads & Analytics
by hypd-ai

Google Ads, Meta (Facebook) Ads, GA4 and Merchant Center analysis in plain language. Read-only.

answering
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only

Gmc MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gmc MCP?
Gmc MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gmc-mcp was installed 506 times last week.
How do I connect Gmc MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gmc-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Gmc MCP?
The pypi package gmc-mcp was installed 506 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gmc MCP open source?
Yes — it is published under the MIT licence, written in Python, 15 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.