mcpbeat Sign in

SEO Monster MCP Server

by avansaber Your server? Claim it
local only

SEO Monster runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from pypi. Last commit 1 Sep 2026.

SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO.

Installs per day peak 496 · avg 49 · -65% w/w
a month agotoday
279
Installs / week
pypi · seo-monster
256
Stars
3 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SEO Monster 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-monster -- uvx seo-monster
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-monster": {
      "args": [
        "seo-monster"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-monster]
command = "uvx"
args = ["seo-monster"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-monster": {
      "args": [
        "seo-monster"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-monster": {
      "args": [
        "seo-monster"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SEO_MCP_GOOGLE_OAUTH_CLIENT (Path to your Desktop-app OAuth client-secrets JSON, downloaded from Google Cloud Console. Required for Search Console, Indexing, and GA4 tools.), SEO_MCP_GOOGLE_TOKEN (Writable path where the cached OAuth token is stored. On first use, a browser opens for one-time consent and the token is written here. Default: ${HOME}/.config/seo-monster/token.json), SEO_MCP_GSC_DEFAULT_SITE (Default Search Console property, e.g. 'sc-domain:example.com' or 'https://www.example.com/'.), SEO_MCP_GA4_PROPERTY_ID (Default GA4 property, e.g. 'properties/123456789' or bare '123456789'.), PSI_API_KEY (Google API key shared by PageSpeed Insights and Chrome UX Report History tools. Optional; both work anonymously at a tighter rate limit when unset.), CF_API_TOKEN (Cloudflare API token. Optional; needed only for the Cloudflare tools. Scopes: Zone:Read, DNS:Read, Account Analytics:Read, and (only when destructive mode is on) Cache Purge:Purge.), CF_ZONE (Default Cloudflare zone hostname, e.g. 'example.com'.), SEO_MCP_INDEXNOW_KEY (IndexNow shared key (any 8-128 hex string you generate). Required only for the IndexNow tools. Host the key file at https://<your-host>/<key>.txt for engine verification.), SEO_MCP_INDEXNOW_KEY_LOCATION (Override the default IndexNow key-file URL (https://<host>/<key>.txt). Set only if you host the key file at a non-standard path.), SEO_MCP_ALLOW_DESTRUCTIVE (Set to 'true' to enable the Cloudflare cache-purge tools. Default false: all destructive tools refuse to run.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Monster

same job, measured the same way
Fleets
by runfleets

Multi-site analytics as tools: GA4, Search Console, Cloudflare edge, PageSpeed, insights.

29 installs/wk local only
That SEO Agent
by thatseoagent

SEO analysis for sites you own: Google Search Console, GA4, PageSpeed, and full site audits.

answering
Metrifyr
by metrifyr

SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.

answering
Google Search Console MCP
by mcpsearchconsole

Google Search Console SEO analytics, keyword rankings, URL inspection, sitemaps, PageSpeed checks.

answering
Google_search_console
by pipeworx-io

Google Search Console MCP Pack

40 tools answering
SEOPro AI
by alpha-ai-labs

Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights.

18 tools answering
MCP Gsc
by pijusz

Google Search Console MCP server — query performance, sitemaps, indexing & more

276 installs/wk local only
Search Console MCP
by saurabhsharma2u

Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.

488 installs/wk local only

SEO Monster — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Monster?
SEO Monster 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 pypi package seo-monster was installed 279 times last week.
How do I connect SEO Monster?
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 seo-monster straight from pypi; nothing to host, nothing to sign up for.
How many people use SEO Monster?
The pypi package seo-monster was installed 279 times in the last week. Week over week that is -65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Monster open source?
Yes — it is published under the MIT licence, written in Python, 256 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.