PluginBench
MCP Server
Active
MIT

Defuddle Fetch MCP Server

io.github.domdomegg/defuddle-fetch-mcp-server

What is the Defuddle Fetch MCP server?

Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).

How to install Defuddle Fetch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defuddle-fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "defuddle-fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "defuddle-fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "defuddle-fetch-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add defuddle-fetch-mcp-server -- npx -y defuddle-fetch-mcp-server

Related MCP servers

Airtable

Active

Give AI assistants read/write access to Airtable bases, tables, records, and comments.

449
TypeScript
MIT
View repository →

Lets Claude control your computer via screenshots, mouse, and keyboard automation.

318
TypeScript
MIT
View repository →

Gmail

Active

Allow AI systems to read, send, archive, and manage emails via Gmail.

7
TypeScript
View repository →

Execute bash commands with background job support.

6
TypeScript
View repository →

Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.

4
TypeScript
View repository →

Get the current UTC time in RFC 3339 format.

4
Python
MIT
View repository →