Skip to main content
Glama
Xquik-dev

X Twitter Scraper

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.

Apify Actor npm downloads npm version

CI CodeQL OpenSSF Best Practices MIT license Smithery

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: Use Codex CLI 0.147.0 or later. These releases preserve RFC 9207 iss values during MCP OAuth.

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-scraper

This installs the primary x-twitter-scraper skill, including SKILL.md and every file in references/.

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 copy skills/x-twitter-scraper into their documented Skill directory.

LobeHub

LobeHub CLI 0.0.48 or later imports a Skill from an exact GitHub tree path. Sign in, then install the primary Skill:

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 with lh 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

codex plugin marketplace add Xquik-dev/x-twitter-scraper
codex plugin add x-twitter-scraper@x-twitter-scraper

This enables both bundled Skills and the hosted MCP declaration. It installs no npm package and starts no local server. Verify with codex plugin list.

Gemini CLI

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 the x-twitter-scraper and xquik-social-research Skill directories into your Gemini CLI user Skill directory. It does not install an npm package or start a local MCP server.

Verify the installed Skills:

gemini skills list

Add --scope workspace for a trusted project-only installation.

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

x-twitter-scraper-typescript

TypeScript / Node.js

npm i x-twitter-scraper

x-twitter-scraper-python

Python

pip install x-twitter-scraper

x-twitter-scraper-go

Go

go get github.com/Xquik-dev/x-twitter-scraper-go

x-twitter-scraper-ruby

Ruby

gem install x-twitter-scraper

x-twitter-scraper-java

Java

Build from source while Maven Central publication is pending

x-twitter-scraper-kotlin

Kotlin

Build from source while Maven Central publication is pending

x-twitter-scraper-csharp

C# / .NET

dotnet add package XTwitterScraper

x-twitter-scraper-php

PHP

composer require xquik/x-twitter-scraper

x-twitter-scraper-cli

CLI

Build from source or install a pinned release tag

terraform-provider-x-twitter-scraper

Terraform

Build from source (release page)

License

MIT

Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
12hResponse time
4dRelease cycle
34Releases (12mo)
Commit activity
Issues opened vs closed

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
    2
    199
    402
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    14
    11
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    37,614
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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