fetch vs XActions
Side-by-side comparison to help you pick between these two MCP servers.
fetch by modelcontextprotocol | XActions by nirholas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 265 |
| 30d uses | — | — |
| Score | 76 | 51 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | Web ScrapingBrowser AutomationAI / LLM Tools |
| Language | TypeScript | HTML |
| 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.
XActions · Summary
XActions is a comprehensive X/Twitter automation toolkit with MCP server integration for AI agents.
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
XActions · Use cases
- AI-powered Twitter/X automation through MCP server integration
- Bulk unfollow users who don't follow back
- Monitor real-time analytics and social engagement
- Scrape Twitter data without API restrictions
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"]
}
}
}XActions · Install
Installation
- Install via npm:
npm install xactions
- For Claude Desktop MCP integration, add to your
claude_desktop_config.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": ["path/to/xactions", "mcp"]
}
}
}- Docker:
docker pull nirholas/xactions
- Browser scripts: Copy the JavaScript snippets directly into your browser console.