Seo Crawler MCP
Rank #11,242io.github.houtini-ai/seo-crawler-mcp
MCP server providing seo-crawler-mcp capabilities
Seo Crawler MCP is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #11,242 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Seo Crawler MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 2, 2026 and most recently updated on Feb 2, 2026.
Ranks ahead of 104,218 of 115,460 servers on MCP Toplist.
Use Seo Crawler MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add seo-crawler-mcp -e "OUTPUT_DIR=<your OUTPUT_DIR>" -e "DEBUG=<your DEBUG>" -- npx -y @houtini/seo-crawler-mcpReplace each placeholder with your own value before saving.
[mcp_servers.seo-crawler-mcp]
command = "npx"
args = ["-y", "@houtini/seo-crawler-mcp"]
[mcp_servers.seo-crawler-mcp.env]
OUTPUT_DIR = "<your OUTPUT_DIR>"
DEBUG = "<your DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "<your OUTPUT_DIR>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "<your OUTPUT_DIR>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seo-crawler-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "<your OUTPUT_DIR>",
"DEBUG": "<your DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "<your OUTPUT_DIR>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seo-crawler-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/seo-crawler-mcp"
],
"env": {
"OUTPUT_DIR": "<your OUTPUT_DIR>",
"DEBUG": "<your DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.houtini-ai%2Fseo-crawler-mcp)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Fseo-crawler-mcp"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Fseo-crawler-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,919 · 10 vers
- Houtini-lm#3,169 · 1 ver
- Gemini#3,312 · 3 vers
- Geo Analyzer#4,534 · 3 vers
- Google Knowledge Graph#6,464 · 3 vers
- Fmp#13,435 · 3 vers
- Fanout#16,078 · 2 vers
- Better Google Search Console#17,511
- Voice Analyser MCP Server#19,809
- Amazon Creators MCP#24,376 · 1 ver
- AI Text Detection with DeBertaV3#31,458
- Carousels MCP from Houtini#53,718
Available versions (2)
| Version | Published |
|---|---|
| 2.0.1 | Feb 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Seo Crawler MCP?
- Seo Crawler MCP is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Seo Crawler MCP listed on the Official MCP Registry?
- Yes — Seo Crawler MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Seo Crawler MCP have?
- MCP Toplist tracks 2 versions of Seo Crawler MCP, most recently published on Feb 2, 2026.
- Where can I find the source code for Seo Crawler MCP?
- The source code for Seo Crawler MCP is hosted at github.com/houtini-ai/seo-crawler-mcp.