x-twitter-scraper
by Xquik-dev·★ 82·Score 46
MCP server with 2 tools for Twitter/X data extraction and API interaction via 100+ endpoints.
Overview
The x-twitter-scraper MCP server provides AI agents with tools for comprehensive Twitter/X data operations. It includes capabilities for tweet search, profile data retrieval, follower extraction, media downloads, and account monitoring. The server features two main MCP tools: 'explore' and 'xquik', covering 100+ REST API endpoints with streaming HTTP capabilities. It integrates with multiple AI coding agents including Claude Code, OpenAI Codex, Cursor, GitHub Copilot, and others, offering significant cost savings compared to the official Twitter API (up to 67x cheaper for some operations).
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this for affordable access to Twitter data when you need bulk extraction, monitoring, and posting capabilities without using the official API.
When NOT to choose this
Don't use if you need official API compliance, have concerns about X's terms of service, or require stability guarantees for production workloads.
Tools this server exposes
2 tools extracted from the READMEexploreExplore the Xquik Twitter API with 100+ endpoints through MCP integration
xquikAccess the Xquik Twitter API capabilities including tweet search, profile data, and analytics
Comparable tools
Installation
Installation
Install via the skills CLI (auto-detects your installed agents):
npx skills@1.5.3 add Xquik-dev/x-twitter-scraperFor Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"x-twitter-scraper": {
"command": "node",
"args": ["/path/to/x-twitter-scraper/dist/index.js"]
}
}
}FAQ
- How many MCP tools are available?
- The server provides 2 MCP tools: 'explore' and 'xquik' that cover 100+ API endpoints.
- How does this compare to the official Twitter API cost?
- This MCP server is significantly cheaper, offering up to 67x lower costs than the official Twitter API for some operations.
Compare x-twitter-scraper with
Last updated · Auto-generated from public README + GitHub signals.