Defuddle Fetch MCP Server

A Model Context Protocol server that provides web content fetching capabilities using the Defuddle library. This server enables LLMs to retrieve and process content from web pages, automatically cleaning up the HTML and converting it to clean, readable markdown. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 5 · #293 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Defuddle Fetch

Claude Code

claude mcp add domdomegg-defuddle-fetch-mcp-server -- npx -y defuddle-fetch-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "domdomegg-defuddle-fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "defuddle-fetch-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

npm package defuddle-fetch-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.domdomegg is GitHub-verified and matches the repo owner

03 · What Defuddle Fetch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.4 · 2025-12-05

Migrate from fastmcp to @modelcontextprotocol/sdk · Remove prompt support

v1.0.3 · 2025-12-05

v1.0.2 · 2025-12-05

04 · Who maintains Defuddle Fetch

Defuddle Fetch is maintained by domdomegg. We track 17 MCP servers from domdomegg - 17 actively maintained, 861 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from domdomegg.

  1. Airtable Read and write access to Airtable database schemas, tables, and records. ★ 456
  2. Computer Use Control your computer with screenshots, mouse, and keyboard automation. ★ 350
  3. Google Sheets Allow AI systems to read, write, and query spreadsheet data via Google Sheets. ★ 2
  4. Gmail Allow AI systems to read, send, archive, and manage emails via Gmail. ★ 11
  5. Starling Bank Allow AI systems to view and control your Starling Bank account via MCP. ★ 4
  6. Google Drive Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive. ★ 5

05 · Facts

category
other - ranked #293 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.domdomegg/defuddle-fetch-mcp-server (active, first published 2025-12-05 · 3 versions)
packages
npm:defuddle-fetch-mcp-server · mcpb:https://github.com/domdomegg/defuddle-fetch-mcp-server/releases/download/v1.0.4/defuddle-fetch-mcp-server.mcpb

06 · Defuddle Fetch FAQ

What is Defuddle Fetch?

A Model Context Protocol server that provides web content fetching capabilities using the Defuddle library. This server enables LLMs to retrieve and process content from web pages, automatically cleaning up the HTML and converting it to clean, readable markdown. It runs locally over stdio via the published package.

Is Defuddle Fetch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

How do I install Defuddle Fetch?

Run `npx -y defuddle-fetch-mcp-server`. You can also paste the ready-made client config above.

Does Defuddle Fetch run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Defuddle Fetch

More MCP servers to compare · Downdetector · Google Contacts · Google Sheets · Shell Exec · Starling Bank

More TypeScript MCP servers · Gmail (domdomegg) · Google Docs · Google Drive · see all