SerpScrap retrieves structured search results for SEO, research, and automation. It is available as a Python package, a CLI, a Docker application, and an MCP-compatible server. Results are JSON-compatible and preserve the source engine, rank, URL, title, snippets, result type, and typed failures.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"serpscrap": {
"command": "uvx",
"args": [
"serpscrap"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add serpscrap uvx serpscrap
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"serpscrap": {
"command": "uvx",
"args": [
"serpscrap"
]
}
}
}
📋 Copy
Or install with pip: pip install serpscrap
README Excerpt
========= SerpScrap ========= .. image:: https://img.shields.io/pypi/v/SerpScrap.svg :target: https://pypi.python.org/pypi/SerpScrap .. image:: https://readthedocs.org/projects/serpscrap/badge/?version=latest :target: http://serpscrap.readthedocs.io/en/latest/ :alt: Documentation Status .. image:: https://travis-ci.org/ecoron/SerpScrap.svg?branch=master
Tools (5)
GoogleScraper PhantomJs beautifulsoup4 examples lxml
Topics
research scraper scraping screenshot search seo