scrapercity cli for Cursor
io.github.scrapercity/scrapercity-cli
B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.
client:Cursor
transport:stdio
runtime:npm
Install scrapercity cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scrapercity-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrapercity"
],
"env": {
"SCRAPERCITY_API_KEY": "<SCRAPERCITY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs