PluginBench
MCP Server
Active
MIT

SEO Tools: A-Parser bridge MCP Server

io.github.antohins/seo-tools-mcp-aparser

What is the SEO Tools: A-Parser bridge MCP server?

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

How to install SEO Tools: A-Parser bridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "env": {
        "APARSER_URL": "<YOUR_APARSER_URL>",
        "APARSER_PASSWORD": "<YOUR_APARSER_PASSWORD>",
        "APARSER_GOOGLE_PRESET": "<YOUR_APARSER_GOOGLE_PRESET>",
        "APARSER_YANDEX_PRESET": "<YOUR_APARSER_YANDEX_PRESET>",
        "APARSER_PROXY_CHECKERS": "<YOUR_APARSER_PROXY_CHECKERS>",
        "APARSER_USE_PROXY": "<YOUR_APARSER_USE_PROXY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "env": {
        "APARSER_URL": "<YOUR_APARSER_URL>",
        "APARSER_PASSWORD": "<YOUR_APARSER_PASSWORD>",
        "APARSER_GOOGLE_PRESET": "<YOUR_APARSER_GOOGLE_PRESET>",
        "APARSER_YANDEX_PRESET": "<YOUR_APARSER_YANDEX_PRESET>",
        "APARSER_PROXY_CHECKERS": "<YOUR_APARSER_PROXY_CHECKERS>",
        "APARSER_USE_PROXY": "<YOUR_APARSER_USE_PROXY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "env": {
        "APARSER_URL": "<YOUR_APARSER_URL>",
        "APARSER_PASSWORD": "<YOUR_APARSER_PASSWORD>",
        "APARSER_GOOGLE_PRESET": "<YOUR_APARSER_GOOGLE_PRESET>",
        "APARSER_YANDEX_PRESET": "<YOUR_APARSER_YANDEX_PRESET>",
        "APARSER_PROXY_CHECKERS": "<YOUR_APARSER_PROXY_CHECKERS>",
        "APARSER_USE_PROXY": "<YOUR_APARSER_USE_PROXY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seo-tools-mcp-aparser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "env": {
        "APARSER_URL": "<YOUR_APARSER_URL>",
        "APARSER_PASSWORD": "<YOUR_APARSER_PASSWORD>",
        "APARSER_GOOGLE_PRESET": "<YOUR_APARSER_GOOGLE_PRESET>",
        "APARSER_YANDEX_PRESET": "<YOUR_APARSER_YANDEX_PRESET>",
        "APARSER_PROXY_CHECKERS": "<YOUR_APARSER_PROXY_CHECKERS>",
        "APARSER_USE_PROXY": "<YOUR_APARSER_USE_PROXY>"
      }
    }
  }
}
Claude Code
claude mcp add seo-tools-mcp-aparser --env APARSER_URL=<YOUR_APARSER_URL> --env APARSER_PASSWORD=<YOUR_APARSER_PASSWORD> --env APARSER_GOOGLE_PRESET=<YOUR_APARSER_GOOGLE_PRESET> --env APARSER_YANDEX_PRESET=<YOUR_APARSER_YANDEX_PRESET> --env APARSER_PROXY_CHECKERS=<YOUR_APARSER_PROXY_CHECKERS> --env APARSER_USE_PROXY=<YOUR_APARSER_USE_PROXY> -- npx -y seo-tools-mcp-aparser

Related MCP servers

Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only).

3
TypeScript
MIT
View repository →

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

3
TypeScript
MIT
View repository →

MCP server for Yandex.Metrica Stat API (read-only).

3
TypeScript
MIT
View repository →

MCP server for Yandex Wordstat keyword frequencies (official API v2). Free Yandex Cloud Search API.

3
TypeScript
MIT
View repository →

Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only).

3
TypeScript
MIT
View repository →

Google & Yandex SERP + Yandex Wordstat via XMLStock (read-only).

3
TypeScript
MIT
View repository →