scrapercity cli for Grok
io.github.scrapercity/scrapercity-cli
B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.
client:Grok
transport:stdio
runtime:npm
Install scrapercity cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"scrapercity-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrapercity"
],
"env": {
"SCRAPERCITY_API_KEY": "<SCRAPERCITY_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs