Skip to content

MCP server that gets the main content of a website in markdown format, for clean context in agents

Notifications You must be signed in to change notification settings

markryanbotha/fetch2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MCP server that gets the main content of a website in markdown format, for clean context in agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published