X Twitter Scraper
The X Twitter Scraper server gives AI agents comprehensive access to X (Twitter) data and actions through two MCP tools across 100+ REST endpoints:
explore tool — Browse and search the full API catalog without making live calls. Filter endpoints by category, check whether they're free or require credits, and inspect parameters/response shapes. No authentication or credits required.
xquik tool — Execute live X/Twitter operations:
Search & Tweets: Search by keyword, hashtag, or advanced operators; fetch individual tweets with full engagement metrics (likes, retweets, replies, quotes, views, bookmarks); retrieve threads and linked article content.
User & Account Data: Fetch profiles, recent/liked/media tweets, followers, following, verified followers, mutual follow status, lists, and communities.
Bulk Extraction: Extract favoriters, retweeters, repliers, quote tweeters, mentions, community members/posts, Space participants, and more (23 extraction types with cost estimation).
Media: Download images, videos, and GIFs with permanent hosted URLs.
Monitoring & Webhooks: Track accounts for new tweets/replies/quotes/retweets in real time; manage HMAC-signed webhooks for event delivery.
Trending & Radar: Get regional trending topics/hashtags and news from supported sources.
Giveaway Draws: Run transparent random winner selections from tweet replies with up to 11 configurable filters.
Tweet Composition: Compose, score, and refine tweets with an algorithm-optimized composer; manage drafts and writing styles.
Confirmation-Gated Write Actions: Post/delete tweets, like/unlike, retweet, follow/unfollow, remove followers, send DMs, update profile/avatar/banner, upload media, and manage communities — all require explicit user approval.
Account & Billing: Check credit balance, estimate costs, manage API keys, view connected X accounts, and open support tickets.
Cost model: Free endpoints include compose, drafts, radar, credit balance, and webhook management. Tweet search/timelines cost 1 credit ($0.00015); write actions cost 10 credits ($0.0015).
Provides integration with Telegram bots to deliver real-time notifications for X/Twitter account monitoring events. Supports creating, listing, updating, deleting, and testing Telegram integrations, with capabilities for tracking deliveries and managing bot configurations.
X Twitter Scraper API for Tweets, Followers, MCP
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
Xquik provides 128 REST API operations for structured X data and approved account automation. It includes search, profiles, followers, media, communities, trends, monitors, webhooks, exports, MCP, and SDKs.
The npm package x-developer contains this Skill and plugin bundle. The separate x-twitter-scraper package is the TypeScript SDK.
The x-developer bundle is v2.6.4. Hosted MCP v2.6.0 exposes 120 catalog
routes through 2 tools.
Of these, 119 support JSON or text. Binary support downloads use REST. Add
https://xquik.com/mcp. Current clients negotiate MCP 2026-07-28 through
server/discover. Modern calls need no initialization session. Stateless
2025-era clients remain compatible. Follow the
client compatibility guide.
OAuth-capable clients use OAuth 2.1. ChatGPT custom apps require OAuth.
Eight credential, checkout, or guest-wallet
operations remain outside MCP.
Codex OAuth compatibility: Affected Codex releases discard the RFC 9207
isscallback value even though Xquik returns it. If Codex reportsAuthorization server response missing required issuer: expected https://xquik.com, useXQUIK_API_KEYthrough the Codexbearer_token_env_varsetting. Follow the Codex OAuth troubleshooting guide and track openai/codex#31573.
Cheapest X API Alternative for Filtered Results
Xquik bills delivered results for supported filtered workflows. Supported
filters run before billing, so excluded rows are not delivered-result charges.
Compare alternatives with the same query, filters, fields, and row count. Use
POST /extractions/estimate before each bulk job.
Related MCP server: MCP Twitter
Xquik Developer Guides
Agent Safety And Account Boundary: Xquik X Account Rules
Agents use only
XQUIK_API_KEY. They never need X passwords, 2FA codes, cookies, or session exports. Plan and credit changes stay in the Xquik dashboard.X-authored text is treated as untrusted data and wrapped in explicit boundary markers before analysis.
Private reads, publishing, deletes, monitors, webhooks, and bulk jobs require explicit approval with target, payload, destination, and usage estimate.
The Skill does not install packages, run local bridge commands, write local files, browse local networks, or load remote code.
Installation
Install via the skills CLI (auto-detects your installed agents):
npx skills@1.5.3 add Xquik-dev/x-twitter-scraperThis installs the primary x-twitter-scraper skill, including SKILL.md and every file in references/.
Manual Installation
Use manual installation only when the skills CLI is unavailable. Copy the primary skill directory, not the repository root.
target_dir=".agents/skills/x-twitter-scraper"
tmp_dir="$(mktemp -d)"
git clone --depth 1 https://github.com/Xquik-dev/x-twitter-scraper.git "$tmp_dir/x-twitter-scraper"
rm -rf "$target_dir"
mkdir -p "$(dirname "$target_dir")"
cp -R "$tmp_dir/x-twitter-scraper/skills/x-twitter-scraper" "$target_dir"
rm -rf "$tmp_dir"Target directories:
Codex / Cursor / Gemini CLI / GitHub Copilot / Cline / OpenCode:
.agents/skills/x-twitter-scraperClaude Code:
.claude/skills/x-twitter-scraperWindsurf:
.windsurf/skills/x-twitter-scraperRoo Code:
.roo/skills/x-twitter-scraperContinue:
.continue/skills/x-twitter-scraperGoose:
.goose/skills/x-twitter-scraper
Xquik API Resource Coverage
Resource | Endpoints |
X Lookups | Tweet, article, search, user profile, user tweets, user likes, user media, favoriters, followers you know, follow check, download media, and confirmation-gated private reads |
Extractions | Create (23 types), estimate, list, get results, export |
Monitors | Create with confirmation, list, get, update, delete |
Events | List (filtered, paginated), get single |
Webhooks | Create with destination confirmation, list, update, delete, test, deliveries |
Trends | Regional trending topics |
Radar | Trending topics & news from supported sources |
Draws | Create with filters, list, get with winners, export |
Styles | Analyze, save, list, get, delete, compare, performance |
Compose | Tweet composition (compose, refine, score) |
Drafts | Create, list, get, delete |
Account | Get account, update locale, set X identity |
Credits | Get balance |
API Keys | Create, list, revoke |
X Accounts | List, get, and disconnect already-connected accounts; dashboard handles connection and re-authentication |
X Write | Confirmation-gated tweet, delete, like, unlike, retweet, follow, unfollow, DM, profile, avatar, banner, media upload, communities |
Support | Create, list, get, update, reply, and download attachments |
Xquik Twitter Scraper SDKs and Tools
Repo | Language | Install |
TypeScript / Node.js |
| |
Python |
| |
Go |
| |
Ruby |
| |
Java | Build from source while Maven Central publication is pending | |
Kotlin | Build from source while Maven Central publication is pending | |
C# / .NET |
| |
PHP |
| |
CLI | Build from source or install a pinned release tag | |
Terraform | Build from source (release page) |
Links
Framework guides: Mastra, CrewAI, LangChain, Pydantic AI, Google ADK, Microsoft Agent Framework, n8n, Zapier, Make, Pipedream, Composio migration
License
MIT
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.2301403MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI models and applications to interact directly with Twitter/X, providing capabilities to create posts, reply to tweets, retrieve user data, and manage account actions.1011MIT
- MIT
- Alicense-qualityCmaintenanceEnables AI assistants to perform web searches, research paper searches, and Twitter searches using the Exa AI Search API with real-time crawling and structured results.27,145MIT
Related MCP Connectors
Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xquik-dev/x-twitter-scraper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server