ScraperAPI MCP Server: What It Is, How to Set It Up in Claude, Cursor & Windsurf — Plus Every Plan Compared, Credit Costs Explained, and Whether It's Actually Worth It
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": {
"scraperapi-mcp-serve": {
"command": "npx",
"args": [
"-y",
"lgm59943/scraperapi-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add scraperapi-mcp-serve npx -y lgm59943/scraperapi-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"scraperapi-mcp-serve": {
"command": "npx",
"args": [
"-y",
"lgm59943/scraperapi-mcp-server"
]
}
}
}
📋 Copy