Screaming Frog SEO Spider MCP Server (headless) for Cursor
io.github.bzsasson/screaming-frog-mcp
Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.
client:Cursor
transport:stdio
runtime:pypi
Install Screaming Frog SEO Spider MCP Server (headless) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"screaming-frog-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"screaming-frog-mcp"
],
"env": {
"SF_CLI_PATH": "<SF_CLI_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs