Fetch MCP ServerServer

goswamig
GitHub
Web ScrapingBrowser AutomationContent Retrieval

Loading subscription status...

💡 Description

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

📝 JSON Entries

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

🛠️ Tools

fetch_htmlfetch_jsonfetch_textfetch_markdown

Features

  • Uses the latest fetch API for retrieving web content
  • Supports custom headers for requests
  • Provides content in multiple formats: HTML, JSON, plain text, Markdown
  • Uses JSDOM for HTML parsing and text extraction
  • Utilizes TurndownService for converting HTML to Markdown