ScrapeBadger for Cursor
io.github.scrape-badger/scrapebadger
Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more.
client:Cursor
transport:stdio
runtime:pypi
Install ScrapeBadger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scrapebadger": {
"type": "stdio",
"command": "uvx",
"args": [
"scrapebadger-mcp"
],
"env": {
"SCRAPEBADGER_API_KEY": "<SCRAPEBADGER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs