# X Twitter Scraper

Remote MCP server for X (Twitter) with 121 API endpoints via 2 tools. Search tweets, look up users, post tweets, like, retweet, follow, send DMs, run giveaway draws, monitor accounts, extract bulk da…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xquik/x-twitter-scraper

# Browse available tools
npx -y @smithery/cli@latest tool list xquik/x-twitter-scraper

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xquik/x-twitter-scraper explore

# Call a tool
npx -y @smithery/cli@latest tool call xquik/x-twitter-scraper explore '{}'
```

## Direct MCP Connection

Endpoint: `https://x-twitter-scraper.run.tools`

**Required config:**
- `apiKey` (header) — Your Xquik API key (starts with xq_). Get one at https://dashboard.xquik.com/en/account

## Tools (2)

- `explore` — Search the Xquik X (Twitter) API specification. Browse 121 endpoints across 12 categories: tweet search, user lookup, u…
- `xquik` — Execute X (Twitter) API calls via Xquik. Search tweets by keyword. Get user profiles by username. Fetch tweet threads a…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xquik/x-twitter-scraper <tool-name>
```
