ScrapeBadger for Cline
io.github.scrape-badger/scrapebadger
Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more.
client:Cline
transport:stdio
runtime:pypi
Install ScrapeBadger in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"scrapebadger": {
"command": "uvx",
"args": [
"scrapebadger-mcp"
],
"env": {
"SCRAPEBADGER_API_KEY": "<SCRAPEBADGER_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs