Developer Tools
Trust: 34/100 (Limited)io.github.j0hanz/superfetch Guide
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
by j0hanz
Quick Start
Install
npx @j0hanz/superfetchClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-superfetch": {
"command": "npx",
"args": [
"@j0hanz/superfetch"
]
}
}
}