Skip to content
Grok

SEO Performance MCP for Grok

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

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

client:Grok transport:stdio runtime:npm

Install SEO Performance MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "seo-performance-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SEO Performance MCP in other clients