Fetch MCP server
Active
A Model Context Protocol server that provides web content fetching capabilities. This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
Updated 8/2/2025
Key Features
What makes this MCP server special
Fetch Url
Requirements
Docker
UVX
PIP
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
modelcontextprotocol
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
pip install mcp-server-fetch
2. Configuration
{
"mcpServers": {
"fetch": {
"command": "python",
"args": [
"-m",
"mcp_server_fetch"
]
}
}
}
3. Usage Example
Get web page: google.com