Overview
what is Fetch MCP Server?
Fetch MCP Server is a flexible HTTP fetching Model Context Protocol server that allows users to fetch web content in various formats such as HTML, JSON, plain text, and Markdown.
how to use Fetch MCP Server?
To use the Fetch MCP Server, clone the repository, install dependencies with npm install, and start the server using npm start. You can also integrate it with a desktop app by configuring the server settings in your app.
key features of Fetch MCP Server?
- 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
use cases of Fetch MCP Server?
- Fetching and displaying web content in a desktop application.
- Converting web pages to Markdown for documentation purposes.
- Extracting JSON data from APIs for further processing.
FAQ from Fetch MCP Server?
- What formats can Fetch MCP Server return?
Fetch MCP Server can return content in HTML, JSON, plain text, and Markdown formats.
- Is there any persistent storage in Fetch MCP Server?
No, the server is designed to fetch and transform web content on demand without persistent resources.
- How can I integrate Fetch MCP Server with my application?
You can integrate it by adding the server configuration to your app's settings as described in the documentation.