Screaming Frog MCP Server
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., "@Screaming Frog MCP ServerRun a broken links report on my latest crawl"
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.
Screaming Frog MCP Server
MCP server that exposes Screaming Frog SEO Spider crawl data as tool calls for any MCP-compatible AI assistant.
Built on top of the screamingfrog Python library.
Requirements
Python 3.10+
Java runtime (for
.dbseospiderfiles with Derby backend)Screaming Frog SEO Spider installed (optional, for
.seospiderconversion)
Related MCP server: siteone-mcp-server
Installation
git clone https://github.com/acamolese/screaming-frog-mcp.git
cd screaming-frog-mcp
pipx install -e .Or with pip in a virtual environment:
pip install -e .After installation, find the full path to the command:
which screaming-frog-mcpYou will need this path for the configuration below (typically ~/.local/bin/screaming-frog-mcp when installed via pipx).
Configuration
The MCP server needs to be registered in the config file of your MCP client. The file location and format vary depending on the client you use.
Claude Code (CLI)
Add to ~/.claude/.mcp.json:
{
"mcpServers": {
"screaming-frog-seo": {
"type": "stdio",
"command": "/full/path/to/screaming-frog-mcp"
}
}
}Claude Desktop (macOS app)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json, inside the existing mcpServers object:
{
"mcpServers": {
"screaming-frog-seo": {
"command": "/full/path/to/screaming-frog-mcp"
}
}
}Note: Claude Desktop does not use the "type": "stdio" field. If the file already contains other MCP servers, just add the "screaming-frog-seo" entry alongside them.
Other MCP clients
Refer to your client's documentation. The server uses stdio transport and the command is the path to screaming-frog-mcp.
Important: Always use the absolute path to the command (from which screaming-frog-mcp) rather than just the name, to avoid PATH resolution issues.
After editing the config, restart the application or session for changes to take effect.
Available tools
Tool | Description |
| Load a crawl file |
| Get crawl statistics |
| Query pages with filters (status code, indexability, text search, section) |
| Query inbound/outbound links |
| Broken links report |
| Title and meta description audit |
| Non-indexable pages |
| Redirect chains |
| Canonical tag issues |
| Hreflang issues |
| Orphan pages |
| Security issues |
| Redirect issues |
| Nofollow inbound links |
| Compare two crawls |
| Access any crawl tab |
| List available tabs |
| Discover available crawls on the machine |
Slash command for automated analysis
A ready-made slash command is available that runs a full technical SEO audit in one step. Copy the command file to your commands directory:
mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/analyze-crawl.md \
https://raw.githubusercontent.com/acamolese/screaming-frog-mcp/main/commands/analyze-crawl.mdThen type /analyze-crawl in a new session. The command will ask for your crawl file and automatically run all audits, presenting a structured report.
Supported formats
.dbseospider(Derby, native DB-mode format).seospider(Screaming Frog project, requires CLI installed).duckdb(DuckDB cache).db(SQLite legacy)CSV export directories
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
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/acamolese/screaming-frog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server