원클릭으로
search-console-mcp
Expert skill for installing, configuring, and troubleshooting the Search Console MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Expert skill for installing, configuring, and troubleshooting the Search Console MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | search-console-mcp |
| description | Expert skill for installing, configuring, and troubleshooting the Search Console MCP server. |
This skill enables agents to manage the Search Console MCP server (Google, Bing, and GA4). Use this to resolve configuration issues, list sites, and run performance queries.
Run the server directly without installation to verify setup:
npx search-console-mcp setup
npm install -g search-console-mcp
npm install && npm run build
The default and most common way. Initiates a local server at localhost:3000 for browser authorization.
search-console-mcp setup --engine=google
Requires an API key from Bing Webmaster Settings.
search-console-mcp setup --engine=bing
Primary support for Service Accounts. JSON key file path is required.
search-console-mcp setup --engine=ga4
If the user reports "0 results" or "not connected" errors, follow this diagnostic loop:
Run the internal health check to verify API tokens and connectivity.
search-console-mcp diagnostics
Verify which sites are actually authorized for use.
search-console-mcp sites
Enable the internal logger to track account resolution and site filtering. Logs are sent to stderr.
DEBUG=true search-console-mcp sites_list
search-console-mcp accounts list
Search Console MCP allows restricting an account to specific sites.
# Add a site to an account's whitelist
search-console-mcp accounts add-site --account=email@example.com --site=https://example.com/
# Remove an account entirely
search-console-mcp accounts remove --account=email@example.com
Common reasons for empty results:
https://example.com/ (URL prefix) is different from example.com (Domain).search-console-mcp sites to confirm.