Fetch MCP ServerServer

modelcontextprotocol
GitHub
web scrapingcontent extractionMarkdown

Loading subscription status...

💡 Description

A Model Context Protocol server that provides functionality for retrieving web content. This server allows LLMs to fetch and process content from web pages and converts HTML into Markdown for easier use.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fetch": {
        "args": [
          "mcp-server-fetch"
        ],
        "command": "uvx"
      }
    },
    {
      "fetch": {
        "args": [
          "run",
          "-i",
          "--rm",
          "mcp/fetch"
        ],
        "command": "docker"
      }
    },
    {
      "fetch": {
        "args": [
          "-m",
          "mcp_server_fetch"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

fetch

Features

  • Extract content from websites in sections until desired information is found
  • Supports customization for user-agents, robots.txt rules, and proxies
  • Learning from responses can be truncated based on provided arguments

💬 Example Queries

  • Fetch a URL and extract its content as Markdown