This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryAdds 17 Twitter/X tools with full async support and easy configuration for AI agents.
Full changelog
ScrapeBadger MCP Server
MCP server enabling AI agents (Claude, ChatGPT, Cursor, Windsurf) to access Twitter/X data through the ScrapeBadger API.
Features
- 17 Tools covering all major Twitter/X endpoints
- Full Async Support via ScrapeBadger Python SDK
- Easy Configuration for Claude Desktop, Cursor, and more
Tools
| Category | Tools |
|----------|-------|
| Users | get_twitter_user_profile, get_twitter_user_about, search_twitter_users, get_twitter_followers, get_twitter_following |
| Tweets | get_twitter_tweet, get_twitter_user_tweets, search_twitter_tweets |
| Trends | get_twitter_trends, get_twitter_place_trends |
| Geo | search_twitter_places |
| Lists | get_twitter_list_detail, search_twitter_lists, get_twitter_list_tweets |
| Communities | get_twitter_community_detail, search_twitter_communities |
Quick Start
pip install scrapebadger-mcp
Configure in Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"scrapebadger": {
"command": "uvx",
"args": ["scrapebadger-mcp"],
"env": {
"SCRAPEBADGER_API_KEY": "your_key_here"
}
}
}
}
Get your API key at scrapebadger.com
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About scrape-badger/scrapebadger-mcp
Access Twitter/X data including user profiles, tweets, followers, trends, lists, and communities via the ScrapeBadger API.
Related context
Beta — feedback welcome: [email protected]