Trust: 25/100 (Limited)
SEO Performance MCP Guide
SEO Performance MCP is a Model Context Protocol server that scores every published post from Google Search Console, GA4, Matomo, Microsoft Clarity, and AI-citation data and emits a verdict per URL (refresh, expand, merge, kill, double down, or hold) with explicit reason codes. The triage layer for AI-driven content operations.
by AutomateLab
Quick Start
Install
npx -y @automatelab/seo-performance-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"seo-performance-mcp": {
"command": "npx",
"args": [
"-y @automatelab/seo-performance-mcp"
]
}
}
}