Odel
SEO Tools: A-Parser bridge

SEO Tools: A-Parser bridge

Local
@antohins3TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmseo-tools-mcp-aparserv1.8.0

Run

npx -y seo-tools-mcp-aparser

MCP client config

{
  "mcpServers": {
    "seo-tools-a-parser-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ]
    }
  }
}