go-web-fetch-mcp

hra42/go-web-fetch-mcp
★ 0 stars Go 🌐 Browser/Web Updated 1d ago
Go MCP server that fetches web pages, extracts readable content, and converts HTML to Markdown — embeddable as a single static binary.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-web-fetch-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/hra42/go-web-fetch-mcp@latest"
      ]
    }
  }
}

README Excerpt

A Go implementation of a Model Context Protocol (MCP) server that fetches web pages, extracts readable content, converts HTML to markdown, and supports pagination. - Fetch web pages over HTTP/HTTPS - Extract readable article content using readability algorithms - Convert HTML to clean Markdown - Paginate large content with byte-offset continuation

Tools (6)

WEB_FETCH_MCP_TOKENmax_lengthrawstart_indexstdiourl

Topics

automationgolangmcpmcp-serverreadabilityweb-scraping