Odel
Defuddle Fetch

Defuddle Fetch

Local
@domdomegg5TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdefuddle-fetch-mcp-serverv1.0.4

Run

npx -y defuddle-fetch-mcp-server

MCP client config

{
  "mcpServers": {
    "defuddle-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}
MCP Bundlehttps://github.com/domdomegg/defuddle-fetch-mcp-server/releases/download/v1.0.4/defuddle-fetch-mcp-server.mcpbv1.0.4

Distributed as an MCP bundle (`https://github.com/domdomegg/defuddle-fetch-mcp-server/releases/download/v1.0.4/defuddle-fetch-mcp-server.mcpb`) โ€” download it and import the bundle in your MCP client.