seo-crawler-mcp
About
Crawl and analyse websites for SEO errors using Crawlee with SQLite storage
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OUTPUT_DIR DEBUGClaude Code
claude mcp add --env OUTPUT_DIR= --env DEBUG= seo-crawler-mcp -- npx @houtini/seo-crawler-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"seo-crawler-mcp","command":"npx","args":["@houtini/seo-crawler-mcp"],"env":{"OUTPUT_DIR":"","DEBUG":""}}'
JSON
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "",
"DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.