fetch2md

markryanbotha/fetch2md

3.2

If you are the rightful owner of fetch2md and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

fetch2md is an MCP server that fetches website content and converts it to clean markdown format.

Tools
1
Resources
0
Prompts
0

fetch2md MCP Server

MCP server that fetches website content and converts it to clean markdown format.

Installation

pnpm install
pnpm build

Usage

Add to your MCP client configuration:

{
  "mcpServers": {
    "fetch2md": {
      "command": "node",
      "args": ["/path/to/fetch2md/dist/index.js"]
    }
  }
}

Tool

read_website

Fetches a website and converts its content to markdown. Returns only the page content without metadata.

Parameters:

  • url (string): URL of the website to fetch

Example:

{
  "url": "https://example.com/article"
}

Next Steps

  • Make more refined strategies for popular / useful websites
  • Implement a Google Search API to retrieve relevant URLs based on a topic / query