Yandex Webmaster MCP for Windsurf
io.github.askads/mcp-yandex-webmaster
MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links.
client:Windsurf
transport:stdio
runtime:npm
Install Yandex Webmaster MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-yandex-webmaster": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs