SEO Tools: XMLRiver SERP (Google + Yandex) for Cursor
io.github.antohins/seo-tools-mcp-xmlriver
Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only).
client:Cursor
transport:stdio
runtime:npm
Install SEO Tools: XMLRiver SERP (Google + Yandex) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seo-tools-mcp-xmlriver": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs