بنقرة واحدة
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.