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
수동 설치
인증 설정
Google Search Console API 자격 증명을 얻으려면:
- Google Cloud Console을 방문하세요
- 새 프로젝트를 만들거나 기존 프로젝트를 선택하세요
- API 활성화:
- "API 및 서비스" > "라이브러리"로 이동하세요.
- "Search Console API"를 검색하여 활성화하세요.
- 자격 증명을 만듭니다.
- "API 및 서비스" > "자격 증명" 으로 이동합니다.
- "자격 증명 만들기" > "서비스 계정"을 클릭하세요.
- 서비스 계정 세부 정보를 입력하세요
- JSON 형식으로 새 키를 만듭니다.
- 자격 증명 파일(.json)이 자동으로 다운로드됩니다.
- 접근 권한 부여:
- 검색 콘솔 열기
- 서비스 계정 이메일(형식: name@project.iam.gserviceaccount.com )을 속성 관리자로 추가합니다.
용법
클로드 데스크톱 구성
사용 가능한 도구
검색 분석
사용자 정의 가능한 매개변수를 사용하여 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)
예:
특허
MIT
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출하기 전에 기여 지침을 꼭 읽어주세요.
You must be authenticated.
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 데이터에 대한 액세스를 제공하는 서버로, 사용자는 사용자 정의 가능한 차원과 보고 기간을 사용하여 검색 분석 데이터를 검색하고 분석할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated -220917JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.Last updated -123TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -Python
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to perform Google searches via the Serper API, allowing models to retrieve current information from the web.Last updated -2Python