fetch-mcp
3
The Fetch MCP Server is designed to retrieve web content in multiple formats like HTML, JSON, plain text, and Markdown. It features custom header support, and integration capabilities with desktop apps, enhancing its utility in various applications.
Fetch MCP Server
This MCP server fetches web content in various formats, such as HTML, JSON, plain text, and Markdown. It does not provide any persistent resources but offers on-demand content transformation. Key components include tools for fetching different formats and installation via Smithery for Claude Desktop. The server can be started via npm and integrated with desktop apps. Leveraging modern fetch API, it supports custom headers and uses JSDOM for parsing and TurndownService for markdown conversion.
Features
- Fetches web content using modern fetch API
- Supports custom headers for requests
- Provides content in multiple formats: HTML, JSON, plain text, and Markdown
- Uses JSDOM for HTML parsing and text extraction
- Uses TurndownService for HTML to Markdown conversion