AI & ML
Trust: 34/100 (Limited)Fetch URL MCP Server Guide
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable Markdown
by j0hanz
Quick Start
Install
npx @j0hanz/fetch-url-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-fetch-url-mcp": {
"command": "npx",
"args": [
"@j0hanz/fetch-url-mcp"
]
}
}
}