Yandex Webmaster MCP
Yandex Webmaster MCP Server
MCP server for Yandex Webmaster API v4: indexing, search queries, broken links, SQI, recrawl, sitemaps and feeds
Install
{
"mcpServers": {
"yandex-webmaster": {
"command": "npx",
"args": ["-y", "yandex-webmaster-mcp-server"],
"env": {
"YANDEX_WEBMASTER_OAUTH_TOKEN": "your-token",
"YANDEX_WEBMASTER_HOST_URL": "https://example.com"
}
}
}
}For Claude Desktop or a project .mcp.json file.
This is third-party code. Review the repository files before installing.
What it does
The server gives the agent 46 Webmaster tools in four groups. Core tools cover sites, verification, summary and diagnostics. Content tools handle sitemaps, indexing history, URLs in search, important pages, broken links and excluded pages. Analytics returns search queries, external links and SQI history, and actions submit pages for recrawl, add original texts and manage feeds. With a default site set, the agent does not have to look up the host ID every time.
Who it is for. SEO specialists, marketers and site owners who monitor sites in Yandex Webmaster.
Good fit when
- You need a quick audit: site issues, broken links, excluded pages
- You need popular queries and SQI history
- You need to submit new pages for recrawl
Not a fit when
- The agent must not remove sites, sitemaps or feeds without review
- You need Google Search Console data
Example request
What issues did Webmaster find on my site and are there broken internal links?Limitations
Needs a Yandex app OAuth token with webmaster:verify and webmaster:hostinfo scopes. Recrawl requests consume the daily quota. Some tools write: adding and deleting sites, sitemaps, original texts and feeds.
How to disable. Remove the yandex-webmaster block from the MCP config and revoke the app token at oauth.yandex.ru.
MCP
- Transport
- stdio
- Authentication
- API key
| Environment variables | |
|---|---|
| YANDEX_WEBMASTER_OAUTH_TOKEN required, secret | OAuth token for Yandex Webmaster API |
| YANDEX_WEBMASTER_HOST_URL | Default site URL |
Security check
- Can remove a site, sitemaps and feeds from Webmaster
- Recrawl submissions consume a limited quota
README in short
The Russian README groups features into core, content, analytics and actions, marking each tool as read or write. It gives sample prompts for audits, monitoring, link profiles and actions. It covers install via npx, globally or from source, getting an OAuth token, stdio and HTTP modes and client config. MIT license.
FAQ
Why YANDEX_WEBMASTER_HOST_URL?
It is the default site. With it the server skips looking up host_id at each step, saving API calls and tokens.
Is there an HTTP mode?
Yes, run with --http --port=3000.
Related
A Claude Code plugin for SEO audits: technical SEO, E-E-A-T, schema, local and AI search via parallel subagents
A CLI and agent skill for website SEO audits: technical SEO, Core Web Vitals, structured data, security and AI search readiness
A marketplace of 22 Claude Code plugins: Yandex Direct, Metrika, Webmaster, Wordstat, SEO crawling, publishing and research
Five MCP servers for Wordstat, Search, Webmaster, Metrica and Direct, plus a Claude Code plugin with keyword and competitor skills