Fetch MCP ServerServer

zcaceres
GitHub
web scrapingbrowser automationremote capable

Loading subscription status...

💡 Description

This MCP server provides functions to retrieve 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_txtfetch_markdown

Features

  • Retrieves web content using the 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 converting HTML to Markdown