PluginBench
MCP Server
Maintained
MIT

io.github.artgas1/xmlriver-mcp MCP Server

io.github.artgas1/xmlriver-mcp

What is the io.github.artgas1/xmlriver-mcp MCP server?

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

How to install io.github.artgas1/xmlriver-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xmlriver-mcp": {
      "command": "uvx",
      "args": [
        "xmlriver-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xmlriver-mcp": {
      "command": "uvx",
      "args": [
        "xmlriver-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xmlriver-mcp": {
      "command": "uvx",
      "args": [
        "xmlriver-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xmlriver-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xmlriver-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add xmlriver-mcp -- uvx xmlriver-mcp

Related MCP servers

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

1
Python
MIT
View repository →