xfetch-mcp
Enhanced Model Context Protocol server for web content fetching, enabling LLMs to retrieve and process content from any web pages, including those protected by Cloudflare.
XFetch MCP Server is a powerful tool designed to enhance the capabilities of LLMs by allowing them to fetch and process web content from a variety of sources, including those protected by security systems like Cloudflare. It supports JavaScript rendering for dynamic websites, CSS selectors for precise content extraction, and markdown conversion for easier consumption by LLMs. The server also offers features like dynamic content loading and chunked reading for handling long pages efficiently. XFetch is suitable for both personal and commercial use, with a free tier available for testing and evaluation.
Features
- Bypass Protection Systems: Access content from websites protected by Cloudflare and other security systems.
- JavaScript Rendering: Fetch content from dynamic websites that require JavaScript execution.
- CSS Selectors: Extract specific content from web pages using CSS selectors.
- Dynamic Content Loading: Wait for dynamic content to load before fetching.
- Markdown Conversion: Automatically converts HTML to markdown for easier LLM consumption.
MCP Tools
- xfetch: Enhanced web content fetching tool with advanced capabilities.
Usage with Different Platforms
pip
pip install mcp-server-xfetch
uv
uvx mcp-server-xfetch
claude_uvx
{
"mcpServers": {
"xfetch": {
"command": "uvx",
"args": ["mcp-server-xfetch"]
}
}
}
claude_pip
{
"mcpServers": {
"xfetch": {
"command": "python",
"args": ["-m", "mcp_server_xfetch"]
}
}
}
api_token_env
export XFETCH_API_TOKEN=your_token_here
api_token_cmd
python -m mcp_server_xfetch --api-token=your_token_here
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.