mcpbeat Sign in

SEO Performance MCP Server

local only

SEO Performance MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 8 Jun 2026.

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

Installs per day peak 30 · avg 18 · +32% w/w
a month agotoday
95
Installs / week
npm · @automatelab/seo-performance-mcp
2
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SEO Performance MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seo-performance-mcp -- npx -y @automatelab/seo-performance-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-performance-mcp": {
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-performance-mcp]
command = "npx"
args = ["-y", "@automatelab/seo-performance-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-performance-mcp": {
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-performance-mcp": {
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GSC_SERVICE_ACCOUNT_JSON (Base64-encoded Google service account JSON with Search Console read access.), GSC_SITE_URL (Search Console site URL (e.g. sc-domain:example.com or https://example.com/).), MATOMO_URL (Matomo instance URL (e.g. https://example.com/analytics).), MATOMO_TOKEN (Matomo auth token with view access.), MATOMO_SITE_ID (Matomo idSite for the site to query.), GA4_PROPERTY_ID (GA4 property ID (numeric, no G- prefix).), GA4_SERVICE_ACCOUNT_JSON (Base64-encoded Google service account JSON with GA4 Data API access.), CLARITY_PROJECT_ID (Microsoft Clarity project ID.), CLARITY_API_TOKEN (Microsoft Clarity Data Export API token.), POSTS_SITEMAP_URL (XML sitemap URL used to enumerate posts. Primary platform-agnostic discovery path.), POSTS_LIST (Optional JSON array overriding sitemap discovery.), GHOST_ADMIN_API_URL (Optional. Ghost Admin API base URL. Pair with GHOST_ADMIN_API_KEY for richer metadata.), GHOST_ADMIN_API_KEY (Optional. Ghost Admin API key in the form id:secret.), CITATION_INTELLIGENCE_URL (Optional URL of a citation-intelligence MCP server to delegate AI-citation queries to.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Performance MCP

same job, measured the same way
Verlon AI MCP
by verlon

Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.

319 installs/wk local only
Siteaudit MCP
by vdalhambra

SEO, performance, and security audits for any URL — no API keys required

75 installs/wk local only
refd
by refd

Read AI search visibility, competitors, citations, prompts, and answer evidence from refd.

answering
Malt MCP
by leombm

MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude.

114 installs/wk local only
MCP Verification Gate: conformance and disclosure checker for MCP servers
by ogasurfproject-jpg

Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.

5 tools answering
Semantica AI — AI Search Visibility
by ai-semantica

Monitor brand visibility, citations, competitors, sentiment, and GEO performance in AI search.

answering
Google Business Profile MCP
by a1-x-tech

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

131 installs/wk local only
MLA Citation Generator MCP
by rocnubie

MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual

local only

SEO Performance MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Performance MCP?
SEO Performance MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @automatelab/seo-performance-mcp was installed 95 times last week.
How do I connect SEO Performance MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @automatelab/seo-performance-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SEO Performance MCP?
The npm package @automatelab/seo-performance-mcp was installed 95 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Performance MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.