web fetch mcp for Windsurf
io.github.kylinmountain/web-fetch-mcp
MCP server for web content fetching, summarizing, comparing, and extracting information
client:Windsurf
transport:stdio
runtime:npm
Install web fetch mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"web-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"HTTP_PROXY": "<HTTP_PROXY>",
"HTTPS_PROXY": "<HTTPS_PROXY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs