Skip to main content
Glama

Google Search Console MCP Server

by ahonn

Google Search Console MCP 서버

Google Search Console에 대한 액세스를 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  • 차원 지원을 통한 검색 분석 데이터 검색
  • 사용자 정의 가능한 보고 기간을 통한 풍부한 데이터 분석

필수 조건

  • Node.js 18 이상
  • Search Console API가 활성화된 Google Cloud 프로젝트
  • Search Console 액세스 권한이 있는 서비스 계정 자격 증명

설치

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop에 Google Search Console을 자동으로 설치하는 방법:

지엑스피1

수동 설치

npm install mcp-server-gsc

인증 설정

Google Search Console API 자격 증명을 얻으려면:

  1. Google Cloud Console을 방문하세요
  2. 새 프로젝트를 만들거나 기존 프로젝트를 선택하세요
  3. API 활성화:
  • "API 및 서비스" > "라이브러리"로 이동하세요.
  • "Search Console API"를 검색하여 활성화하세요.
  1. 자격 증명을 만듭니다.
  • "API 및 서비스" > "자격 증명" 으로 이동합니다.
  • "자격 증명 만들기" > "서비스 계정"을 클릭하세요.
  • 서비스 계정 세부 정보를 입력하세요
  • JSON 형식으로 새 키를 만듭니다.
  • 자격 증명 파일(.json)이 자동으로 다운로드됩니다.
  1. 접근 권한 부여:

용법

클로드 데스크톱 구성

{ "mcpServers": { "gsc": { "command": "npx", "args": ["-y", "mcp-server-gsc"], "env": { "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json" } } } }

사용 가능한 도구

검색 분석

사용자 정의 가능한 매개변수를 사용하여 Google Search Console에서 검색 성과 데이터를 가져옵니다.

필수 매개변수:

  • siteUrl : 사이트 URL(형식: http://www.example.com/ 또는 sc-domain:example.com )
  • startDate : 시작 날짜(YYYY-MM-DD)
  • endDate : 종료 날짜(YYYY-MM-DD)

선택적 매개변수:

  • dimensions : 쉼표로 구분된 목록( query,page,country,device,searchAppearance )
  • type : 검색 유형( web , image , video , news )
  • aggregationType : 집계 방법( auto , byNewsShowcasePanel , byProperty , byPage )
  • rowLimit : 반환할 최대 행 수(기본값: 1000)

예:

{ "siteUrl": "https://example.com", "startDate": "2024-01-01", "endDate": "2024-01-31", "dimensions": "query,country", "type": "web", "rowLimit": 500 }

특허

MIT

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출하기 전에 기여 지침을 꼭 읽어주세요.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

모델 컨텍스트 프로토콜을 통해 Google Search Console 데이터에 대한 액세스를 제공하는 서버로, 사용자는 사용자 정의 가능한 차원과 보고 기간을 사용하여 검색 분석 데이터를 검색하고 분석할 수 있습니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. Smithery를 통해 설치
        2. 수동 설치
      2. 인증 설정
        1. 용법
          1. 클로드 데스크톱 구성
        2. 사용 가능한 도구
          1. 검색 분석
        3. 특허
          1. 기여하다

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that connects to Google Cloud services, allowing users to query logs, interact with Spanner databases, and analyze Cloud Monitoring metrics through natural language interaction.
              Last updated -
              17
              728
              44
              TypeScript
              Apache 2.0
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.
              Last updated -
              2
              4
              1
              JavaScript
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.
              Last updated -
              2
              1
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides unified access to Google Analytics 4 and Google Search Console data through real-time analytics queries.
              Last updated -
              2
              Python
              • Linux
              • Apple

            View all related MCP servers

            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/ahonn/mcp-server-gsc'

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