Odel
seo crawler mcp

seo crawler mcp

Local
@houtini-ai16TypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@houtini/seo-crawler-mcpv2.0.1

Run

npx -y @houtini/seo-crawler-mcp

MCP client config

{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ]
    }
  }
}