npm @houtini/seo-crawler-mcpstdioApache-2.0updated 1mo ago
This project has been superseded by SEO Audit Console.
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con seo crawler mcp?
SEO Crawler MCP - retired
This project has been superseded by SEO Audit Console.
SEO Crawler crawled your whole site into SQLite and gave Claude 25+ analysis queries over the result. The crawler survived the move - it was rewritten to be stdio-safe and it is now the crawl half of a bigger tool.
SEO Audit Console keeps the crawl and adds the thing the crawl could never tell you on its own: what people actually searched for to get there. It merges the crawl with your Google Search Console history and on-demand DataForSEO data, then ranks every finding by the clicks it could recover rather than by severity.
A flat crawler sells you severity. This ranks by yield.
Where to go
git clone https://github.com/houtini-ai/seo-audit.git
Docs and setup: github.com/houtini-ai/seo-audit
What this means for you
- The npm package still installs.
@houtini/seo-crawler-mcpis deprecated, not unpublished. Nothing you have running will break. - This repository is archived. The code stays readable and every existing link keeps working, but there are no further releases, and issues and pull requests are closed.
- The crawler got better on the way over. It no longer depends on Crawlee (which logged to stdout and corrupted MCP's JSON-RPC framing), it seeds discovery from sitemaps and known GSC URLs rather than links alone, and it guards against redirects that wander off-host.
Migrating
Start a crawl on the new tool and it builds its own database:
start_crawl for https://example.com/
Run refresh_property instead if you want the crawl, the Search Console sync and URL inspection in one pass.
Part of the Houtini open-source MCP set. Questions: hello@houtini.com.
Instalación
Añade seo crawler mcp a tu cliente. Elige el que uses.
claude mcp add seo-crawler-mcp -- npx -y @houtini/seo-crawler-mcpcodex mcp add seo-crawler-mcp -- npx -y @houtini/seo-crawler-mcpamp mcp add seo-crawler-mcp -- npx -y @houtini/seo-crawler-mcp{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"seo-crawler-mcp","command":"npx","args":["-y","@houtini/seo-crawler-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"seo-crawler-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"seo-crawler-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @houtini/seo-crawler-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación13/25
- Mantenimiento14/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 2.0.1Última | 2 feb 2026 |