MCP Catalogs
Home

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
Score7651
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
Web ScrapingBrowser AutomationAI / LLM Tools
LanguageTypeScriptHTML
Last committhis monththis 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-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}

XActions · Install

Installation

  1. Install via npm: npm install xactions
  1. For Claude Desktop MCP integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "xactions": {
      "command": "node",
      "args": ["path/to/xactions", "mcp"]
    }
  }
}
  1. Docker: docker pull nirholas/xactions
  1. Browser scripts: Copy the JavaScript snippets directly into your browser console.
Comparison generated from public README + GitHub signals. Last updated automatically.