mcpbeat Sign in

SEO Stack MCP Server

local only

SEO Stack MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 19 Jul 2026.

The complete open-source SEO data stack for AI agents: 7 sources, 86 tools, one MCP server

Installs per day peak 33 · avg 18 · -41% w/w
a month agotoday
84
Installs / week
pypi · seo-stack-mcp
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: GOOGLE_APPLICATION_CREDENTIALS (Path to a Google service-account JSON key (enables GSC + GA4)), SEO_STACK_OAUTH_CLIENT (Path to a Google OAuth desktop client secrets JSON (alternative to service account)), GA4_PROPERTY_ID (Default GA4 property ID), GSC_SITE_URL (Default Search Console property (e.g. sc-domain:example.com)), ADSENSE_ACCOUNT_ID (AdSense account (accounts/pub-XXXX...) — enables AdSense tools on top of the Google credentials), ADSENSE_CURRENCY (Reporting currency for AdSense tools (default USD)), BING_WEBMASTER_API_KEY (Bing Webmaster Tools API key (enables Bing tools)), BING_SITE_URL (Default Bing site URL), CLARITY_API_TOKEN (Microsoft Clarity Data Export API token (enables Clarity tools)), GOOGLE_ADS_DEVELOPER_TOKEN (Google Ads developer token (enables Keyword Planner tools; needs the google-ads extra)), GOOGLE_ADS_CLIENT_ID (Google Ads OAuth client id), GOOGLE_ADS_CLIENT_SECRET (Google Ads OAuth client secret), GOOGLE_ADS_REFRESH_TOKEN (Google Ads OAuth refresh token (adwords scope)), GOOGLE_ADS_CUSTOMER_ID (Google Ads customer id (10 digits)), GOOGLE_ADS_LOGIN_CUSTOMER_ID (Manager account id, if the customer is under an MCC), OPENPAGERANK_API_KEY (Open PageRank API key (enables the pagerank_score tool)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Stack MCP

same job, measured the same way
n8n MCP Server
by rpgmais

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

37 installs/wk local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Entropy0dev
by entropy0dev

Entropy0 MCP server — source trust and URL safety tools for AI agents

32 installs/wk local only
Labor Compliance MCP
by thenextgennexus

MCP server giving AI agents one-connection access to labor & financial-compliance data: DOL Form 550

answering
Backtest360
by backtest360

MCP server exposing the Backtest360 engine API as tools for AI agents.

311 installs/wk 20 tools answering
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only

SEO Stack MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Stack MCP?
SEO Stack 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 seo-stack-mcp was installed 84 times last week.
How do I connect SEO Stack 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 seo-stack-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use SEO Stack MCP?
The pypi package seo-stack-mcp was installed 84 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Stack MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.