A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zcaceres/fetch-mcp below:

zcaceres/fetch-mcp: A flexible HTTP fetching Model Context Protocol server.

This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.

This server does not provide any persistent resources. It's designed to fetch and transform web content on demand.

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the server: npm run build

To use the server, you can run it directly:

This will start the Fetch MCP Server running on stdio.

To integrate this server with a desktop app, add the following to your app's server configuration:

{
  "mcpServers": {
    "fetch": {
      "command": "node",
      "args": [
        "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
      ]
    }
  }
}

This project is licensed under the MIT License.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4