MCP Hub
Back to servers

xquik

Real-time X (Twitter) data: tweet search, user lookup, media, monitoring & more.

Registry
Stars
7
Updated
Mar 5, 2026
Validated
Mar 8, 2026

X API / Twitter Scraper Skill for AI Coding Agents

An AI agent skill that gives coding agents deep knowledge of the Xquik X (Twitter) real-time data platform. Search and extract tweets, download media, scrape follower/following lists, monitor accounts, and connect to the MCP server for AI-native workflows.

Works with 40+ AI coding agents including Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, Windsurf, VS Code, Cline, Roo Code, Goose, Amp, Augment, Continue, OpenHands, Trae, OpenCode, and more.

Installation

Install via the skills CLI (auto-detects your installed agents):

npx skills add Xquik-dev/x-twitter-scraper

Manual Installation

Claude Code
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .claude/skills/x-twitter-scraper
Codex / Cursor / Gemini CLI / GitHub Copilot
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper
Windsurf
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .windsurf/skills/x-twitter-scraper
Cline
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper
Roo Code
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .roo/skills/x-twitter-scraper
Continue
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .continue/skills/x-twitter-scraper
Goose
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .goose/skills/x-twitter-scraper
OpenCode
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper

What This Skill Does

When installed, this skill gives your AI coding assistant deep knowledge of the Xquik platform:

  • Tweet search & lookup: Search tweets by keyword, hashtag, advanced operators (from:, to:, "exact phrase", OR, -exclude). Get full engagement metrics (likes, retweets, replies, views, bookmarks) for any tweet
  • User profile lookup: Fetch follower/following counts, bio, location, and profile data for any X account
  • Follower & following extraction: Extract complete follower lists, verified followers, and following lists for any account
  • Reply, retweet & quote extraction: Bulk extract all replies, retweets, and quote tweets for any tweet
  • Media download: Download images, videos, and GIFs from any tweet with permanent hosted URLs
  • Thread & article extraction: Extract full tweet threads and linked article content
  • Community & Space data: Extract community members, moderators, posts, and Space participants
  • People & tweet search extraction: Bulk search for users by keyword or extract tweets by hashtag (up to 1,000)
  • Mutual follow checker: Check if two accounts follow each other
  • X account monitoring: Track accounts for new tweets, replies, quotes, retweets, and follower changes in real time
  • Webhook delivery: Receive HMAC-signed event notifications at your HTTPS endpoint
  • Trending topics: Get trending hashtags and topics by region
  • Radar: Trending news from 6 sources (Google Trends, Hacker News, TrustMRR, Wikipedia, GitHub, Reddit). Free
  • Giveaway draws: Run transparent draws from tweet replies with configurable filters
  • MCP server integration: Connect AI agents to X data via MCP (v2: 2-tool sandbox covering 56 endpoints, v1 legacy: 18 discrete tools)

Capabilities

AreaDetails
REST APIAll endpoints across 9 resource groups with retry logic and pagination
Tweet FetchingSingle tweet lookup with full metrics, keyword/hashtag search
User LookupProfile data, follower/following counts, verified status
Follower AnalysisExtract followers, following, verified followers for any account
Data Extraction20 bulk extraction tools (replies, retweets, quotes, threads, articles, communities, lists, Spaces, people search, tweet search, mentions, posts)
Giveaway DrawsRandom winner selection from tweet replies with 11 filter options
Account MonitoringReal-time tracking of tweets, replies, quotes, retweets, follower changes
WebhooksHMAC-SHA256 signature verification in Node.js, Python, Go
Media DownloadDownload images, videos, GIFs with permanent hosted URLs (first download metered, cached free)
MCP Serverv2: 2-tool sandbox (56 endpoints), v1 legacy: 18 tools. StreamableHTTP, configs for 10 platforms
Engagement AnalyticsLikes, retweets, replies, quotes, views, bookmarks per tweet
Trending TopicsRegional trends with search queries
Tweet CompositionAlgorithm-optimized tweet composer with scoring checklist (free)
TypeScript TypesComplete type definitions for all API objects

Supported Agents

Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, Windsurf, VS Code Copilot, Cline, Roo Code, Goose, Amp, Augment, Continue, OpenHands, Trae, OpenCode, and any agent that supports the skills.sh protocol.

API Coverage

ResourceEndpoints
X LookupsTweet by ID, search tweets, user profile, follow check, download media
ExtractionsCreate (20 types), estimate, list, get results, export
MonitorsCreate, list, get, update, delete
EventsList (filtered, paginated), get single
WebhooksCreate, list, update, delete, test, deliveries
TrendsRegional trending topics
RadarTrending topics & news from 6 sources (free)
DrawsCreate with filters, list, get with winners, export
StylesAnalyze, save, list, get, delete, compare, performance
ComposeTweet composition (compose, refine, score)
DraftsCreate, list, get, delete
AccountGet account, update locale, set X identity, subscribe
API KeysCreate, list, revoke

Skill Structure

x-twitter-scraper/
├── skills/
│   └── x-twitter-scraper/
│       ├── SKILL.md                      # Main skill (auth, endpoints, patterns)
│       ├── metadata.json                 # Version and references
│       └── references/
│           ├── api-endpoints.md          # All REST API endpoints
│           ├── mcp-tools.md              # All 18 v1 legacy MCP tools with schemas
│           ├── mcp-setup.md              # MCP configs for 10 platforms (v2 + v1)
│           ├── webhooks.md               # Webhook setup & verification
│           ├── extractions.md            # 20 extraction tool types
│           ├── types.md                  # TypeScript type definitions
│           └── python-examples.md        # Python code examples
├── server.json                           # MCP Registry metadata
├── glama.json                            # Glama.ai directory metadata
├── logo.png                              # Marketplace logo
├── LICENSE                               # MIT
└── README.md                             # This file

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review