Developer Tools
Trust: 28/100 (Limited)io.github.KylinMountain/web-fetch-mcp Guide
MCP server for web content fetching, summarizing, comparing, and extracting information
6 starsby KylinMountain
Quick Start
Install
npx web-fetch-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kylinmountain-web-fetch-mcp": {
"command": "npx",
"args": [
"web-fetch-mcp"
]
}
}
}