← Index

io.github.houtini-ai/seo-crawler-mcp

io.github.houtini-ai/seo-crawler-mcp·v2.0.1·Databases
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<output_dir>",
        "DEBUG": "<debug>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<output_dir>",
        "DEBUG": "<debug>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @houtini/seo-crawler-mcp
§02  Environment variables
OUTPUT_DIR
required

Directory where crawl results are saved

DEBUG

Enable verbose debug logging (set to 'true' to enable)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Databases