fetch-mcp-server

fetch-mcp-server

3.5

Fetch MCP Server is designed to fetch web content in HTML, JSON, plain text, and Markdown formats, using modern web fetching techniques. It supports custom headers and integrates easily with desktop applications.

fetch_html

Get the content of the web page and return it to HTML format

fetch_json

Get the JSON file and parse its contents

fetch_txt

Get the content of the web page and return it to plain text format (remove HTML tags)

fetch_markdown

Get the content of the web page and return it to Markdown format