mcpbeat Sign in

Creator SEO MCP Server

local only

Creator SEO MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 26 Aug 2026.

SEO MCP server for creators. Ranks Google Search Console opportunities by ad revenue, not clicks.

Installs per day peak 24 · avg 12 · -13% w/w
a month agotoday
66
Installs / week
pypi · creator-seo-mcp
2
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: GOOGLE_CREDENTIALS_PATH (Absolute path to your OAuth 2.0 credentials.json downloaded from Google Cloud Console.), CREATOR_SEO_SITE_RPM (Your display ad RPM in USD (e.g. 22 for Mediavine). Used to weight opportunities by estimated revenue.), CREATOR_SEO_AFFILIATE_CATEGORIES (JSON map of URL path prefix to affiliate revenue multiplier. Example: {"gaming-deals": 2.0}). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Creator SEO MCP

same job, measured the same way
Search Console MCP
by sudomichael

Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.

76 installs/wk local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only
Google Search Console
by b77

Search rankings, clicks, and indexing for your site — in chat.

answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Google Search Console
by ni-c

MCP server for Google Search Console: properties, sitemaps, search analytics and URL inspection

90 installs/wk local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

112 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only

Creator SEO MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Creator SEO MCP?
Creator SEO 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 pypi package creator-seo-mcp was installed 66 times last week.
How do I connect Creator SEO 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 creator-seo-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Creator SEO MCP?
The pypi package creator-seo-mcp was installed 66 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Creator SEO MCP open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.