mcpbeat Sign in

ScrapeBadger MCP Server

by scrape-badger Your server? Claim it
local only

ScrapeBadger runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 31 May 2026.

Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more.

Installs per day peak 17 · avg 8 · -20% w/w
a month agotoday
56
Installs / week
pypi · scrapebadger-mcp
2
Stars
0 open issues
31 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check ScrapeBadger every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scrapebadger -- uvx scrapebadger-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapebadger": {
      "args": [
        "scrapebadger-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrapebadger]
command = "uvx"
args = ["scrapebadger-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scrapebadger": {
      "args": [
        "scrapebadger-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrapebadger": {
      "args": [
        "scrapebadger-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SCRAPEBADGER_API_KEY (Your ScrapeBadger API key from scrapebadger.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ScrapeBadger

same job, measured the same way
SocialData
by socialdata

Twitter (X) API alternative for AI agents: tweet search, profiles, followers. $0.0002 per result.

14 tools answering
X Twitter
by veezee

X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

answering
Shippost MCP
by ryankramer

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

57 installs/wk local only
AIsa X / Twitter
by aisa

Profiles, timelines, followers, replies, quotes, communities, lists and trends.

answering
Twitter
by jojapi

X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).

32 tools answering
Twitterapi Io MCP Server
by kaitoinfra

Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends).

57 installs/wk local only
TweetAPI MCP
by tweetapi

Read-only public Twitter data and TweetAPI docs for AI agents. Not affiliated with X Corp.

answering
X Twitter Profile Tweets
by mrocker

X (Twitter) profiles, tweets and single-tweet lookup by handle or URL. No login. Pay per result.

answering

ScrapeBadger — questions

Answers built from our own checks of this server.

Why is there no uptime for ScrapeBadger?
ScrapeBadger runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package scrapebadger-mcp was installed 56 times last week.
How do I connect ScrapeBadger?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scrapebadger-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use ScrapeBadger?
The pypi package scrapebadger-mcp was installed 56 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ScrapeBadger open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.