Seo Crawler MCP

This project has been superseded by SEO Audit Console. It runs locally over stdio via the published package.

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-08-08 · ★ 16 · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Seo Crawler MCP

Claude Code

claude mcp add houtini-ai-seo-crawler-mcp -- npx -y @houtini/seo-crawler-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license Apache-2.0 - declared in the repository

npm package @houtini/seo-crawler-mcp - the @houtini scope differs from the repo owner (houtini-ai); confirm it's the project's official package

registry namespace io.github.houtini-ai is GitHub-verified and matches the repo owner

03 · Who maintains Seo Crawler MCP

seo-crawler-mcp is maintained by houtini-ai. We track 9 MCP servers from houtini-ai - 7 actively maintained, 215 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from houtini-ai.

  1. gemini Model Context Protocol server for Google Gemini AI with chat, research, and grounding ★ 30
  2. lm Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. ★ 111
  3. seo-audit-console Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon. ★ 12
  4. geo-analyzer Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews ★ 21
  5. google-knowledge-graph Search Google's Knowledge Graph for structured information about real-world entities ★ 11
  6. fmp Access financial data and market information via Financial Modeling Prep API ★ 2

04 · Facts

category
web scraping - dead as of 2026-08-25.
registry
io.github.houtini-ai/seo-crawler-mcp (active, first published 2026-02-02)
packages
npm:@houtini/seo-crawler-mcp

05 · Seo Crawler MCP FAQ

What is Seo Crawler MCP?

This project has been superseded by SEO Audit Console. It runs locally over stdio via the published package.

Is Seo Crawler MCP still maintained?

Its last commit was 2026-08-08 (as of 2026-08-25) - we classify it as dead.

How do I install Seo Crawler MCP?

Run `npx -y @houtini/seo-crawler-mcp`. You can also paste the ready-made client config above.

Does Seo Crawler MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Seo Crawler MCP