mcp-npx-fetch
3.6
The Fetch MCP Server is designed to fetch and transform web content into various formats such as HTML, JSON, plain text, and Markdown. It supports custom headers and is built with tools like JSDOM for HTML parsing and TurndownService for conversion.
Top Comments
fetch_html
Get web page content and return to HTML format
fetch_json
Get the JSON file and return the parsed JSON content
fetch_txt
Get web page content and return plain text format (remove HTML tags, scripts, and styles)
fetch_markdown
Get web content and convert it to Markdown format