mcp-screaming-frog
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.978MIT
- Alicense-qualityCmaintenanceAn 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.2,582MIT
- AlicenseBqualityFmaintenanceAn 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
Related MCP Connectors
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
MCP server for Google search results via SERP API
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boris0024/mcp-screaming-frog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server