fetch vs x-twitter-scraper
Side-by-side comparison to help you pick between these two MCP servers.
fetch by modelcontextprotocol | x-twitter-scraper by Xquik-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 82 |
| 30d uses | — | — |
| Score | 76 | 46 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | Web ScrapingCommunicationDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | this month |
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
x-twitter-scraper · Summary
MCP server with 2 tools for Twitter/X data extraction and API interaction via 100+ endpoints.
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
x-twitter-scraper · Use cases
- Extracting tweet data and user profiles for social media analytics
- Automating social media content monitoring and engagement tracking
- Building applications that interact with Twitter/X through AI agents
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}x-twitter-scraper · Install
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"]
}
}
}