Screaming Frog SEO Spider MCP Server (headless)
Rank #3,931io.github.bzsasson/screaming-frog-mcp
Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.
Screaming Frog SEO Spider MCP Server (headless) is a Model Context Protocol (MCP) server published by bzsasson. It ranks #3,931 of 115,591 servers tracked on MCP Toplist, and its repository has 81 GitHub stars. Screaming Frog SEO Spider MCP Server (headless) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 28, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 111,660 of 115,591 servers on MCP Toplist.
Use Screaming Frog SEO Spider MCP Server (headless)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add screaming-frog-mcp -e "SF_CLI_PATH=<your SF_CLI_PATH>" -- uvx screaming-frog-mcpReplace each placeholder with your own value before saving.
[mcp_servers.screaming-frog-mcp]
command = "uvx"
args = ["screaming-frog-mcp"]
[mcp_servers.screaming-frog-mcp.env]
SF_CLI_PATH = "<your SF_CLI_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"screaming-frog-mcp": {
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<your SF_CLI_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"screaming-frog-mcp": {
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<your SF_CLI_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"screaming-frog-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<your SF_CLI_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"screaming-frog-mcp": {
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<your SF_CLI_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"screaming-frog-mcp": {
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<your SF_CLI_PATH>"
}
}
}
}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.bzsasson%2Fscreaming-frog-mcp)<a href="https://mcptoplist.com/server/io.github.bzsasson%2Fscreaming-frog-mcp"><img src="https://mcptoplist.com/badge/io.github.bzsasson%2Fscreaming-frog-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
bzsasson
Other servers by bzsasson
View all bzsasson servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 31, 2026 |
| 0.1.0 | Feb 28, 2026 |
Frequently asked questions
- Who maintains Screaming Frog SEO Spider MCP Server (headless)?
- Screaming Frog SEO Spider MCP Server (headless) is maintained by bzsasson, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Screaming Frog SEO Spider MCP Server (headless) listed on the Official MCP Registry?
- Yes — Screaming Frog SEO Spider MCP Server (headless) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Screaming Frog SEO Spider MCP Server (headless) have?
- MCP Toplist tracks 2 versions of Screaming Frog SEO Spider MCP Server (headless), most recently published on Aug 31, 2026.
- Where can I find the source code for Screaming Frog SEO Spider MCP Server (headless)?
- The source code for Screaming Frog SEO Spider MCP Server (headless) is hosted at github.com/bzsasson/screaming-frog-mcp.