npm @houtini/seo-crawler-mcpstdioApache-2.0updated 1mo ago
This project has been superseded by SEO Audit Console.
该仓库已被所有者归档。仍可使用,但不再更新。
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.
安装
把 seo crawler mcp 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档13/25
- 维护14/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.1最新 | 2026年2月2日 |