Defuddle Fetch for Cursor
io.github.domdomegg/defuddle-fetch-mcp-server
Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).
client:Cursor
transport:stdio
runtime:npm
Install Defuddle Fetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"defuddle-fetch-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"defuddle-fetch-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs