SEO Tools: A-Parser bridge for Cline
io.github.antohins/seo-tools-mcp-aparser
Bridge to a self-hosted A-Parser: SERP, suggests and 150+ parsers via its API (read-only).
client:Cline
transport:stdio
runtime:npm
Install SEO Tools: A-Parser bridge in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"seo-tools-mcp-aparser": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-aparser"
],
"env": {
"APARSER_URL": "<APARSER_URL>",
"APARSER_PASSWORD": "<APARSER_PASSWORD>",
"APARSER_GOOGLE_PRESET": "<APARSER_GOOGLE_PRESET>",
"APARSER_YANDEX_PRESET": "<APARSER_YANDEX_PRESET>",
"APARSER_PROXY_CHECKERS": "<APARSER_PROXY_CHECKERS>",
"APARSER_USE_PROXY": "<APARSER_USE_PROXY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs