fetch-mcp-server
2.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 MCP Server
This MCP server offers functionalities to fetch web content in diverse formats such as HTML, JSON, plain text, and Markdown.
Components
Tools
- Fetch HTML, JSON, plain text, or Markdown with support for custom headers.
Features
- Uses modern fetch API.
- JSDOM for HTML parsing and text extraction.
- TurndownService for HTML to Markdown conversion.
Development
- Use
npm run dev
to watch TypeScript compiler. - Run tests with
npm test
.