Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Kurerok Yandex Webmaster

FreeNot checked

Local-first MCP server for Yandex Webmaster that exposes tools for SEO operations including search query analytics, sitemap management, indexing history, recraw

GitHubEmbed

About

Local-first MCP server for Yandex Webmaster that exposes tools for SEO operations including search query analytics, sitemap management, indexing history, recrawl quota, and diagnostics.

README

Local-first MCP server for Yandex Webmaster. It exposes the pieces we need for Kurerok SEO operations: search query analytics, sitemap state, indexing history, pages in search, recrawl quota/submission, diagnostics, and link samples.

This project intentionally talks to the official Yandex Webmaster API directly. It was informed by the public MCP ecosystem, especially:

  • altrr2/yandex-tools-mcp for the multi-package Yandex API direction.
  • theYahia/yandex-webmaster-mcp for a compact Webmaster-only surface.
  • yandex/yandex-search-mcp-server for official Yandex MCP packaging ideas.

It does not require sending OAuth tokens to a hosted third party.

Tools

Read-only:

  • yandex_get_user
  • yandex_list_hosts
  • yandex_get_host_summary
  • yandex_get_diagnostics
  • yandex_get_sitemaps
  • yandex_get_search_queries
  • yandex_get_indexing_history
  • yandex_get_pages_in_search_history
  • yandex_get_search_events_samples
  • yandex_get_recrawl_quota
  • yandex_get_recrawl_queue
  • yandex_get_external_links
  • yandex_get_broken_internal_links

State-changing, quota-sensitive:

  • yandex_add_sitemap
  • yandex_submit_recrawl_urls

Both require confirmed: true.

Setup

npm install
npm run build

Create a Yandex OAuth application with Yandex Webmaster API access and set:

export YANDEX_WEBMASTER_TOKEN="..."
export YANDEX_WEBMASTER_HOST_ID="https:kurerok.ru:443"

Codex/Claude MCP config:

{
  "mcpServers": {
    "kurerok-yandex-webmaster": {
      "command": "node",
      "args": ["/absolute/path/to/kurerok-yandex-webmaster-mcp/dist/index.js"],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "use-env-or-secret-manager",
        "YANDEX_WEBMASTER_HOST_ID": "https:kurerok.ru:443"
      }
    }
  }
}

Security Notes

  • Tokens are read only from environment variables.
  • The server never prints the token intentionally.
  • API errors are surfaced without request headers.
  • Mutating tools require explicit confirmed: true.
  • Default auth scheme is OAuth, matching Yandex API examples.
  • Keep the OAuth token out of shell history and MCP config files when possible.

Kurerok Workflow

Recommended daily/weekly sequence:

  1. yandex_get_sitemaps
  2. yandex_get_recrawl_quota
  3. yandex_get_search_queries
  4. yandex_get_pages_in_search_history
  5. yandex_get_indexing_history
  6. Build a curated URL queue from sitemap + Google winners.
  7. yandex_submit_recrawl_urls with confirmed: true.

Do not bulk-submit weak external-apply or low-value pages before fixing the Yandex vacancies feed and JobPosting/directApply semantics.

from github.com/shutovdef-dotcom/kurerok-yandex-webmaster-mcp

Install Kurerok Yandex Webmaster in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install kurerok-yandex-webmaster-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add kurerok-yandex-webmaster-mcp -- npx -y github:shutovdef-dotcom/kurerok-yandex-webmaster-mcp

FAQ

Is Kurerok Yandex Webmaster MCP free?

Yes, Kurerok Yandex Webmaster MCP is free — one-click install via Unyly at no cost.

Does Kurerok Yandex Webmaster need an API key?

No, Kurerok Yandex Webmaster runs without API keys or environment variables.

Is Kurerok Yandex Webmaster hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Kurerok Yandex Webmaster in Claude Desktop, Claude Code or Cursor?

Open Kurerok Yandex Webmaster on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Kurerok Yandex Webmaster with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs