mcpbeat Sign in

SEO Crawler MCP Server

local only

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

Crawl and analyse websites for SEO errors using Crawlee with SQLite storage

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 14 · avg 5 · +116% w/w
a month agotoday
40
Installs / week
npm · @houtini/seo-crawler-mcp
16
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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-crawler-mcp -- npx -y @houtini/seo-crawler-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-crawler-mcp]
command = "npx"
args = ["-y", "@houtini/seo-crawler-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OUTPUT_DIR (Directory where crawl results are saved), DEBUG (Enable verbose debug logging (set to 'true' to enable)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Crawler MCP

same job, measured the same way
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

33 installs/wk local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only
Sqlike MCP
by orifisher2

SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server

59 installs/wk local only
CIPP MCP
by servosity

First single-binary CLI for CIPP - offline SQLite store, fleet posture analytics, and

local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only

SEO Crawler MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Crawler MCP?
SEO Crawler 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 @houtini/seo-crawler-mcp was installed 40 times last week.
Is SEO Crawler MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SEO Crawler 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 @houtini/seo-crawler-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SEO Crawler MCP?
The npm package @houtini/seo-crawler-mcp was installed 40 times in the last week. Week over week that is +116%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Crawler MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 16 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.