Markdown Downloader MCP Server

Markdown Downloader is a powerful MCP (Model Context Protocol) server that allows you to download webpages as markdown files with ease. Leveraging

Local serverstdio

What is the Markdown Downloader MCP server?

If you want an AI assistant working directly with Markdown Downloader, the markdown downloader mcp server is the bridge. Markdown Downloader is a powerful MCP (Model Context Protocol) server that allows you to download webpages as markdown files with ease. Leveraging the r.jina.ai service, this tool provides a seamless way to convert web content into markdown format.

What Markdown Downloader does

Markdown Downloader is a powerful MCP (Model Context Protocol) server that allows you to download webpages as markdown files with ease. Leveraging the r.jina.ai service, this tool provides a seamless way to convert web content into markdown format.

Key capabilities

  • 🌐 Download webpages as markdown using r.jina.ai
  • 📁 Configurable download directory
  • 📝 Automatically generates date-stamped filenames
  • 🔍 List downloaded markdown files
  • 💾 Persistent configuration

Tools it exposes

Once connected, the assistant can call this tool directly:

  • Windows — The Windows tool exposed by this server

Installing the markdown downloader mcp server

The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • Node.js (version 16 or higher) - npm (Node Package Manager)

Where it fits

Search and scraping servers exist to fix the single most common failure of any assistant: answering from stale training data instead of what is on the web today. Markdown Downloader sits in that group, and the shape of its toolset — Windows — tells you what it is really for. Worth comparing against the other search web scraping servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by dazeb.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the markdown downloader mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
WindowsThe Windows tool exposed by this server.

How to install the Markdown Downloader MCP server

### Windows
```json
{
  "mcpServers": {
    "markdown-downloader": {
      "command": "node",
      "args": [
        "C:\\Users\\username\\Documents\\Cline\\MCP\\markdown-downloader\\build\\index.js"
      ],
      "disabled": false,
      "alwaysAllow": [
        "download_markdown",
        "set_download_directory"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (version 16 or higher) - npm (Node Package Manager)

Example prompts to try

  • Use Markdown Downloader to Windows.

Frequently asked questions

It connects Markdown Downloader to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Windows) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Markdown Downloader directly.