Defuddle Fetch for Windsurf
io.github.domdomegg/defuddle-fetch-mcp-server
Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).
client:Windsurf
transport:stdio
runtime:npm
Install Defuddle Fetch in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"defuddle-fetch-mcp-server": {
"command": "npx",
"args": [
"-y",
"defuddle-fetch-mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs