SEO Tools: XMLRiver SERP (Google + Yandex) for Zed
io.github.antohins/seo-tools-mcp-xmlriver
Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only).
client:Zed
transport:stdio
runtime:npm
Install SEO Tools: XMLRiver SERP (Google + Yandex) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"seo-tools-mcp-xmlriver": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-xmlriver"
],
"env": {
"XMLRIVER_USER": "<XMLRIVER_USER>",
"XMLRIVER_KEY": "<XMLRIVER_KEY>",
"XMLRIVER_EXCLUDE_DOMAINS": "<XMLRIVER_EXCLUDE_DOMAINS>",
"XMLRIVER_PRICE_PER_CALL": "<XMLRIVER_PRICE_PER_CALL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs