SEO Performance MCP for Cline
io.github.automatelab-tech/seo-performance-mcp
Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.
client:Cline
transport:stdio
runtime:npm
Install SEO Performance MCP 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-performance-mcp": {
"command": "npx",
"args": [
"-y",
"@automatelab/seo-performance-mcp"
],
"env": {
"GSC_SERVICE_ACCOUNT_JSON": "<GSC_SERVICE_ACCOUNT_JSON>",
"GSC_SITE_URL": "<GSC_SITE_URL>",
"MATOMO_URL": "<MATOMO_URL>",
"MATOMO_TOKEN": "<MATOMO_TOKEN>",
"MATOMO_SITE_ID": "<MATOMO_SITE_ID>",
"GA4_PROPERTY_ID": "<GA4_PROPERTY_ID>",
"GA4_SERVICE_ACCOUNT_JSON": "<GA4_SERVICE_ACCOUNT_JSON>",
"CLARITY_PROJECT_ID": "<CLARITY_PROJECT_ID>",
"CLARITY_API_TOKEN": "<CLARITY_API_TOKEN>",
"POSTS_SITEMAP_URL": "<POSTS_SITEMAP_URL>",
"POSTS_LIST": "<POSTS_LIST>",
"GHOST_ADMIN_API_URL": "<GHOST_ADMIN_API_URL>",
"GHOST_ADMIN_API_KEY": "<GHOST_ADMIN_API_KEY>",
"CITATION_INTELLIGENCE_URL": "<CITATION_INTELLIGENCE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs