HomeMarketing & E-Commerce › SEO Tools: A-Parser bridge

SEO Tools: A-Parser bridge

Bridge to a self-hosted A-Parser: SERP, suggests and 150+ parsers via its API (read-only).

TypeScript Local
★ 4 stars Last pushed 2026-09-18 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.8.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "seo-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "APARSER_URL": "<YOUR_VALUE>",
        "APARSER_PASSWORD": "<YOUR_VALUE>",
        "APARSER_GOOGLE_PRESET": "<YOUR_VALUE>",
        "APARSER_YANDEX_PRESET": "<YOUR_VALUE>",
        "APARSER_PROXY_CHECKERS": "<YOUR_VALUE>",
        "APARSER_USE_PROXY": "<YOUR_VALUE>"
      }
    }
  }
}
  • APARSER_URL — A-Parser API endpoint, e.g. http://IP:9091/API (Settings -> API).
  • APARSER_PASSWORD secret — A-Parser API password (Settings -> API).
  • APARSER_GOOGLE_PRESET — Default config preset for SE::Google (preset name from the GUI).
  • APARSER_YANDEX_PRESET — Default config preset for SE::Yandex (preset name from the GUI).
  • APARSER_PROXY_CHECKERS — Default proxy checker groups, comma-separated.
  • APARSER_USE_PROXY — Use proxies by default (true/false; default true).

This repository has 8 servers listed in the Official MCP Registry.

Other names: io.github.antohins/seo-tools-mcp-ga4, io.github.antohins/seo-tools-mcp-gsc, io.github.antohins/seo-tools-mcp-metrika, io.github.antohins/seo-tools-mcp-wordstat, io.github.antohins/seo-tools-mcp-xmlriver, io.github.antohins/seo-tools-mcp-xmlstock, io.github.antohins/seo-tools-mcp-ywm

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry