Skip to content
Cursor

xmlriver mcp for Cursor

io.github.artgas1/xmlriver-mcp

Google/Yandex SERP parsing and Yandex Wordstat keyword frequency via XMLRiver XML API

client:Cursor transport:stdio runtime:pypi

Install xmlriver mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "xmlriver-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xmlriver-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xmlriver mcp in other clients