★ 0 stars
Python
🌐 Browser/Web
Updated 4d ago
Web scraping MCP server: extract structured data from any website. Selectors, tables, lists, sitemaps, recursive crawling, export to JSON/CSV/Markdown.
View on GitHub →
Try with Claude — $10 free →
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": {
"scrapemcp": {
"command": "uvx",
"args": [
"scrapemcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add scrapemcp uvx scrapemcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"scrapemcp": {
"command": "uvx",
"args": [
"scrapemcp"
]
}
}
}
📋 Copy
Or install with pip: pip install scrapemcp