Fetches and explores web content with recursive link-following capabilities, using a dual-strategy approach with axios a...
Created byApr 23, 2025
Docs Fetch MCP Server
A Model Context Protocol (MCP) server for fetching web content with recursive exploration capabilities. This server enables LLMs to autonomously explore web pages and documentation to learn about specific topics.
Overview
The Docs Fetch MCP Server provides a simple but powerful way for LLMs to retrieve and explore web content. It enables:
Fetching clean, readable content from any web page
Recursive exploration of linked pages up to a specified depth
Same-domain link traversal to gather comprehensive information
Smart filtering of navigation links to focus on content-rich pages
This tool is particularly useful when users want an LLM to learn about a specific topic by exploring documentation or web content.
Features
**Content Extraction**: Cleanly extracts the main content from web pages, removing distractions like navigation, ads, and irrelevant elements
**Link Analysis**: Identifies and extracts links from the page, assessing their relevance
**Recursive Exploration**: Follows links to related content within the same domain, up to a specified depth
**Parallel Processing**: Efficiently crawls content with concurrent requests and proper error handling