Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 6mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent-tool claude copilot cursor gemini
+10 more
llm mcp mcp-server scrapebadger twitter-api twitter-api-mcp twitter-mcp twitter-scraper-mcp web-scraping x-mcp

Summary

AI summary

Adds 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

Track scrape-badger/scrapebadger-mcp

Get notified when new releases ship.

Sign up free

About scrape-badger/scrapebadger-mcp

Access Twitter/X data including user profiles, tweets, followers, trends, lists, and communities via the ScrapeBadger API.

All releases →

Beta — feedback welcome: [email protected]