PluginBench
MCP Server

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

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

What is the io.github.houtini-ai/seo-crawler-mcp MCP server?

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

How to install io.github.houtini-ai/seo-crawler-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OUTPUT_DIR
    required

    Directory where crawl results are saved

  • DEBUG

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<YOUR_OUTPUT_DIR>",
        "DEBUG": "<YOUR_DEBUG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<YOUR_OUTPUT_DIR>",
        "DEBUG": "<YOUR_DEBUG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<YOUR_OUTPUT_DIR>",
        "DEBUG": "<YOUR_DEBUG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seo-crawler-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-crawler-mcp"
      ],
      "env": {
        "OUTPUT_DIR": "<YOUR_OUTPUT_DIR>",
        "DEBUG": "<YOUR_DEBUG>"
      }
    }
  }
}
Claude Code
claude mcp add seo-crawler-mcp --env OUTPUT_DIR=<YOUR_OUTPUT_DIR> --env DEBUG=<YOUR_DEBUG> -- npx -y @houtini/seo-crawler-mcp

Related MCP servers

Multi-URL comparative content analysis with topical gap detection

View repository →

Access financial data and market information via Financial Modeling Prep API

View repository →

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

View repository →

AI search optimization analysis with actionable findings and gap analysis

View repository →

Search Google's Knowledge Graph for structured information about real-world entities

View repository →