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).
Run
npx -y seo-tools-mcp-aparser
MCP client config
{
"mcpServers": {
"seo-tools-a-parser-bridge": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-aparser"
]
}
}
}