Skip to main content
Glama
devopsbrandmirchi

gconnect-mcp-all-v1

gconnect-mcp-all-v1

Google Marketing MCP for Claude.ai Custom Connectors — True Model B 版です。

これは、GA4専用コネクタではなくGoogle Ads 専用コネクタでもありません。共有プラ・トフォームであり、現在は2つのプロダクト・アダプターを備え、将来のDV360向け拡張ポイントを予約しています:

Operator
  +-- Google Connection A
  |     +-- GA4 properties
  |     +-- Google Ads customers / MCC hierarchy
  +-- Google Connection B

MCP JWT の sub は常に内部の operatorId です。Google OpenID の sub は、google_connections.googleSubjectId にのみ格納されます。

アーキテクーチ

flowchart TB
  Claude["Claude.ai"]
  McpAuth["MCP OAuth 2.1"]
  Operator["operators operatorId"]
  Resolver["ConnectionResolver"]
  Ga4["GA4 adapter"]
  Ads["Google Ads adapter"]
  Dv360["DV360 future"]
  Ga4Api["GA4 APIs"]
  AdsApi["Ads REST v25"]

  Claude --> McpAuth
  McpAuth --> Operator
  Operator --> Resolver
  Resolver --> Ga4
  Resolver --> Ads
  Resolver -.-> Dv360
  Ga4 --> Ga4Api
  Ads --> AdsApi

Al spec/architecture.md を参照してください。

Related MCP server: GA4 MCP Server

アイデンテティ

  • MCP の認証は、オペレーターが誰かを判定します。

  • Google OAuth は、どの Google アカウントが接続されているかを判定します。

  • 一意性は (operatorId, googleSubjectId) で決定されますが、メールアドレスでも、グローバルな Google Subject でもありません。

docs/identity-モデル.md を参照してください。

永続化

使用するのは Firestore の 称付きデータベース gconnect-mcp-all-v1 のみです。

(默认)(V1)や ga4-mcp-v3(V3)は使用しないでください。起動時、これらの ID は拒否されます。

docs/google-connection.md を参照してください。

ローカル開発

  1. .env.example.env にコピーし、プレースホルダを埋めます。V3 のシークレットをコピーしないでください。

  2. npm install

  3. npm test

  4. npm run typecheck

  5. npm run dev

Claude Custom Connector のURL は http://localhost:3000/mcp です。ヘルスチエックは GET /health です。

Google Ads

公式の Google Ads REST v25 を使用します。読み取り専用です。アプビ開発者トークンは、Aプリケーションのシークレット(GOOGLE_ADS_DEVELOPER_TOKEN)であり、ユーザーのOAuth 資格情報ではありません。

サーバーは、検出されたMCC 階層から login-customer-id を解決します。ハイフン付きの顧客ID は、API 使用前に正規化されます。

docs/google-ads.mdドキュ を参照してください。

デプロイ

Clou Run、認証なしイングレス、名付き Firestore データベース cloud-mcp-all-v1

.\scripts\cloud-run-setup.ps1 -ProjectId YOUR_PROJECT
.\scripts\cloud-run-deploy.ps1 -ProjectId YOUR_PROJECT
.\scripts\cloud-run-set-env.ps1 -ProjectId YOUR_PROJECT -AppBaseUrl https://... -GoogleClientId ... -GoogleClientSecret ... -McpTokenSecret ... -OauthStateSecret ... -TokenEncryptionKey ... -GoogleAdsDeveloperToken ...

docs/deployment.mddocs/security.md を参照してください。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Unified MCP server for managing Meta Ads, LinkedIn Ads, Google Ads, GA4, and Search Console with 89 read/write tools, multi-account support, OAuth setup, and safe dry-run mutations.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Connects MCP clients like Claude Desktop to Google Analytics 4 Data API, enabling natural language queries for reports, top pages, traffic sources, conversions, realtime users, and period comparisons.
    7
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A unified MCP server for marketing analytics and management across Google Ads, Meta Ads, GA4, and keyword research, supporting multi-client rollups and platform-conditional credential requirements.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A unified MCP server that gives AI assistants direct access to Google Analytics 4, Google Search Console, Google Ads and Google Merchant Center data using OAuth2 user credentials.
    MIT

View all related MCP servers

Related MCP Connectors

  • Run Google, Meta, Microsoft, TikTok and LinkedIn Ads from Claude or ChatGPT. Writes need approval.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • Connect MCP clients to 2,000+ AI models without managing provider API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devopsbrandmirchi/GMcpAllv1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server