Fetch Url
Freeby MCP Community
An MCP server that fetches web pages and converts them to clean, readable Markdown.
v2.0.2Added Apr 12, 2026
mcpmcp-servermodel-context-protocolweb-fetchingcontent-extraction
Fetch Url MCP Server
An MCP server that fetches web pages and converts them to clean, readable Markdown.
Installation
Reviews
Installation
Quick install
npx -y @j0hanz/fetch-url-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch-url": {
"command": "npx",
"args": ["-y", "@j0hanz/fetch-url-mcp"]
}
}
}