7 months ago
A powerful Model Context Protocol (MCP) server that intelligently fetches and processes web content with nested URL crawling capabilities. Transform any documentation site or web resource into clean, structured markdown files perfect for AI consumption and analysis.
Server Config
{
"mcpServers": {
"better-fetch": {
"command": "node",
"args": [
"/absolute/path/to/better-fetch/dist/server.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}