X Twitter Scraper
About
X (Twitter) data platform skill for AI coding agents. 111 REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks. Read tweets from $0.00015 per call (33x cheaper than the official X API). Pay-per-use via Machine Payments Protocol or Xquik API key.
Details
- Author
- Xquik-dev
- GitHub stars
- 135
- Downloads
- 814
- Categories
- Developer Tools, Other, Web Scraping, API, AI, Automation, Infrastructure
Jump to
- Search posts, profiles, timelines, media, communities, and trends.
- Export followers, replies, quotes, reposts, lists, and spaces.
- Monitor accounts and deliver HMAC-signed webhooks.
- Run confirmation-gated posts, replies, likes, follows, and DMs.
- Use REST, MCP, SDKs, webhooks, or Actor workflows.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
X Twitter ScraperCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"xquik": {
"url": "https://xquik.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_XQUIK_API_KEY>"
}
}
}
}
explore
Search the Xquik X (Twitter) API specification. Browse 121 endpoints across 12 categories: tweet search, user lookup, user tweets, user likes, user media, favoriters, mutual followers, bookmarks, notifications, timeline, DM history, media download, articles, trends, radar, 23 extraction tools (followers, following, replies, quotes, retweets, mentions, community members, list members, space participants), giveaway draws, account monitoring, webhooks, AI composition, style analysis, drafts, write actions, credits. No network calls - searches an in-memory endpoint catalog. Free, no authentication needed to browse.
xquik
Execute X (Twitter) API calls via Xquik. Search tweets by keyword. Get user profiles by username. Fetch tweet threads and articles. Post tweets, reply to tweets, like and retweet, follow and unfollow users, send DMs. Run bulk extractions: scrape followers, extract reply threads, collect retweets, download media. Monitor accounts for new tweets with webhook delivery. Run giveaway draws from tweet replies. Compose algorithm-optimized tweets with AI scoring. Analyze and clone writing styles. Browse trending topics from 7 news sources. 121 endpoints, reads from $0.00015/call. Requires API key authentication.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"x twitter scraper": {
"xquik": {
"url": "https://xquik.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_XQUIK_API_KEY>"
}
}
}
}
}
McpServers
{
"xquik": {
"url": "https://xquik.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_XQUIK_API_KEY>"
}
}
}
X (Twitter) data platform skill for AI coding agents. 111 REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks. Read tweets from $0.00015 per call (33x cheaper than the official X API). Pay-per-use via Machine Payments Protocol or Xquik API key.
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
The npm packagex-developercontains this Skill and plugin bundle. The separatex-twitter-scraperpackage is the TypeScript SDK.
Thex-developerbundle is v2.6.6. Hosted MCP v2.6.0 exposes 120 catalog routes through 2 tools. Of these, 119 support JSON or text. Use REST for binary downloads. Connect tohttps://xquik.com/mcp. Current clients negotiate MCP2026-07-28throughserver/discoverwithout an initialization session. Stateless clients built for 2025 protocols remain compatible. See theclient compatibility guide. OAuth-capable clients use OAuth 2.1. ChatGPT custom apps require OAuth. Eight credential, checkout, or guest-wallet operations remain outside MCP.
Use Codex CLI 0.147.0 or later for OAuth. These releases preserve RFC 9207issvalues.
Compare Twitter API pricing for filtered results
Xquik bills delivered results for supported filtered workflows. Supported filters run before billing, so excluded rows are not delivered-result charges. To compare Twitter API cost, use the same query, filters, fields, and row count. UsePOST /extractions/estimatebefore each bulk job.
- API questions and route selection
- Twitter search, advanced filters, exports, and Python
- Twitter API and scraper comparison
- Twitter follower exports
- Twitter keyword, mention, and hashtag monitoring
- Community members, moderators, and posts
- Automated REST and Python pipelines
- Twitter API reads without a developer account
- Giveaway draws with audit records
- HMAC webhook alerts
- Reliability, cost, scale, and legal review
- Xquik pricing, filters, and access
- Twitter scraper API selection and safety
Install through theskills CLI. It detects installed agents.
npx skills@1.5.3 add Xquik-dev/x-twitter-scraper
This installs the primaryx-twitter-scraperSkill, includingSKILL.mdand every file inreferences/.
Install the same project-local Skill through the shadcn GitHub registry:
npx shadcn@4.18.0 add Xquik-dev/x-twitter-scraper/x-twitter-scraper
Review the resolved files before installation:
npx shadcn@4.18.0 view Xquik-dev/x-twitter-scraper/x-twitter-scraper
The registry writes only to.agents/skills/x-twitter-scraper.
Other clients can copyskills/x-twitter-scraperinto their documented Skill directory.
lh login lh skill install https://github.com/Xquik-dev/x-twitter-scraper/tree/master/skills/x-twitter-scraper
Install the optional social-research Skill separately:
lh skill install https://github.com/Xquik-dev/x-twitter-scraper/tree/master/skills/xquik-social-research
Verify both imports withlh skill list --source market. Each command imports only the selected Skill directory and its resources. It installs no npm package and starts no local MCP server.
codex plugin marketplace add Xquik-dev/x-twitter-scraper codex plugin add x-twitter-scraper@x-twitter-scraper
This adds both bundled Skills and the hosted MCP declaration. It installs no npm package and starts no local server. Verify withcodex plugin list.
Install both Xquik Skills with Gemini CLI's native Skill installer:
gemini skills install https://github.com/Xquik-dev/x-twitter-scraper.git \ --path skills
Review the consent summary before continuing. The installer copies only thex-twitter-scraperandxquik-social-researchSkill directories into your Gemini CLI user Skill directory. It does not install an npm package or start a local MCP server.
Add--scope workspacefor a trusted project-only installation.
- Xquik documentation
- API reference
- MCP server guide
- Use the framework guides forMastra,CrewAI,LangChain,Pydantic AI,Google ADK,Microsoft Agent Framework,n8n,Zapier,Make,Pipedream, andComposio migration.
- skills.sh primary Skill page
- Organization support policy
- Organization security policy
- Contribution guide
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
1GB Free Trial, World's Leading Proxy Service Platform, Efficient Data Collection
Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.
An MCP server for making HTTP requests, enabling LLMs to fetch and process web content.
KonbiniAPI gives AI agents direct access to social media data — profiles, posts, videos, comments, and search results.
Provides access to current fuel prices from OPET, a Turkish petroleum distribution company.
Extract structured data from websites using the Scrapezy API.
Remote MCP server for Claude, Cursor, VS Code, and Windsurf with access to 80+ web scraping and data extraction APIs.
Real-time Amazon data API built for AI agents. 200M+ products, 1B+ reviews, live BSR, pricing, and competitor data as clean JSON. 10 agent skills for market research, competitor monitoring, pricing, listing audits, and more. 1,000 free credits.
MCP to read the Codex crypto data API so agents can write GraphQL queries.
A high-performance MCP server providing structured, real-time price data for AI hardware across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




