Fetch MCP ServerServer

ExactDoug
GitHub
web scrapingbrowser automationcontent extraction

Loading subscription status...

💡 Description

A server that enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption. This server allows content extraction from web pages, offering functionality to specify start index and maximum length for the fetched content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp_server_fetch": {
        "env": {},
        "args": [
          "url",
          "max_length",
          "start_index",
          "raw"
        ],
        "command": "fetch"
      }
    }
  ]
}

🛠️ Tools

fetch

Features

  • HTML to Markdown conversion
  • Content extraction with pagination

💬 Example Queries

  • Get a URL and extract its content as markdown
  • Fetch the content from a webpage and convert HTML to Markdown