Skip to content
Claude Desktop

SEO Performance MCP for Claude Desktop

io.github.automatelab-tech/seo-performance-mcp

Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.

client:Claude Desktop transport:stdio runtime:npm

Install SEO Performance MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SEO Performance MCP in other clients