mcp-screaming-frog
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-screaming-frogcrawl https://example.com and show me SEO problems"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Screaming Frog
MCP-сервер для управления Screaming Frog SEO Spider через AI-ассистентов (Claude Code, Cursor, VS Code Copilot).
Вместо кликов по GUI — текстовые команды. Один файл, 5 инструментов.
Что умеет
Инструмент | Описание |
| Полный краул сайта через SF CLI |
| SEO-проблемы по категориям: titles, H1, meta, 404, редиректы, каноникалы, скорость |
| SEO-данные по паттерну URL (например |
| История всех краулов |
| Быстрая проверка одной страницы без SF (2-3 сек) |
Related MCP server: Screaming Frog SEO Spider MCP Server
Требования
Python 3.10+
Screaming Frog SEO Spider с лицензией + CLI
Claude Code, Cursor или другой MCP-совместимый клиент
Установка
1. Клонируй репозиторий
git clone https://github.com/boris0024/mcp-screaming-frog.git
cd mcp-screaming-frog2. Установи зависимости
pip install -r requirements.txt3. Подключи к Claude Code
Добавь в файл .mcp.json в корне проекта, где используешь Claude Code:
{
"mcpServers": {
"screaming-frog": {
"command": "python",
"args": ["<полный_путь>/mcp-screaming-frog/server.py"]
}
}
}Или для Cursor — в .cursor/mcp.json аналогично.
4. (опционально) Настрой пути
Если Screaming Frog установлен не по стандартному пути, задай переменные окружения:
{
"mcpServers": {
"screaming-frog": {
"command": "python",
"args": ["<полный_путь>/mcp-screaming-frog/server.py"],
"env": {
"SF_PATH": "D:\\Program Files\\Screaming Frog SEO Spider\\ScreamingFrogSEOSpiderCli.exe",
"SF_RESULTS": "D:\\seo\\crawl-results"
}
}
}
}Переменная | По умолчанию | Описание |
|
| Путь к CLI Screaming Frog |
|
| Папка для сохранения результатов краулов |
Примеры использования
После подключения просто пиши в Claude Code / Cursor:
Просканируй https://example.com и покажи проблемыПокажи все страницы с дублями Title из последнего краулаНайди все 404 на сайтеПокажи SEO-данные для страниц /uslugi/Быстро проверь SEO на https://example.com/page
Стек
Python + FastMCP
Screaming Frog SEO Spider CLI
httpx + BeautifulSoup (для quick_seo_check)
Лицензия
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- RampifyOAuthdev.rampify
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
MCP server for Google search results via SERP API
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for Screaming Frog SEO Spider headless crawls without GUI. 8 tools for crawling sites, exporting data, and managing crawl storage. Cross-platform (Mac + Windows). Forked from bzsasson/screaming-frog-mcp with 6 critical bug fixes.82MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to crawl websites, export crawl data, and manage crawl storage using Screaming Frog SEO Spider through the MCP protocol.9136 PyPI84MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that connects AI assistants to SEO platforms like Google Search Console, GA4, Bing Webmaster Tools, and Adobe Analytics, enabling natural language queries about SEO performance.555 npmMIT
- AlicenseBqualityDmaintenanceAn MCP server that gives AI assistants 23 SEO tools for rank tracking, Google Analytics, site audits, keyword research, competitive analysis, and more, accessible through natural language.2510MIT