mcpbeat Sign in

Xbird MCP Server

by checkra1neth Your server? Claim it
local only

Xbird runs on your own machine — the client starts it, so there is no endpoint to ping.

Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · xbird-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 xbird -- npx -y xbird-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xbird": {
      "args": [
        "-y",
        "xbird-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xbird]
command = "npx"
args = ["-y", "xbird-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xbird": {
      "args": [
        "-y",
        "xbird-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xbird": {
      "args": [
        "-y",
        "xbird-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XBIRD_AUTH_TOKEN (Twitter auth_token cookie (from x.com DevTools → Application → Cookies)), XBIRD_CT0 (Twitter ct0 cookie (from x.com DevTools → Application → Cookies)), XBIRD_PRIVATE_KEY (Wallet private key for x402 micropayments (USDC on Base)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xbird

same job, measured the same way
Nano Pay
by feeless402

Pay for x402-priced APIs with feeless, sub-second Nano (XNO) micropayments from a local wallet.

1 172 installs/wk local only
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
X402 MCP
by carboncashmere

177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent

60 installs/wk local only
I
Librarian Nexus
by itsmalware

Knowledge synthesis MCP server with vector-deduplicated lessons and x402 micropayments.

local only
Compliance Tools
by timzinin-api

Pay-per-call compliance lead scanners with free MCP discovery and x402 payments.

3 tools answering
Market Data
by timzinin-api

33 pay-per-call market and news data tools over MCP with free discovery and x402 payments.

36 tools answering
Netintel MCP
by kjgueye

MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments

399 installs/wk local only
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only

Xbird — questions

Answers built from our own checks of this server.

Why is there no uptime for Xbird?
Xbird 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 npm package xbird-mcp.
Is Xbird still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Xbird?
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 xbird-mcp straight from npm; nothing to host, nothing to sign up for.