Fetch MCP
The Fetch MCP server is optimized for retrieving web content and converting it into clean, LLM-friendly formats. It simplifies the process of feeding web data into your AI models by handling content extraction, cleaning, and formatting. It's a key tool for building RAG systems and AI assistants that need to process web-based knowledge.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}
}
}Key Features
High-quality web content extraction
Automatic HTML to Markdown conversion
Content cleaning and noise reduction for LLMs
Support for various URL types and web structures
Server Details
The Fetch MCP server is optimized for retrieving web content and converting it into clean, LLM-friendly formats. It simplifies the process of feeding web data into your AI models by handling content extraction, cleaning, and formatting. It's a key tool for building RAG systems and AI assistants that need to process web-based knowledge.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository