scraper-mcp-server

niceysam/scraper-mcp-server
★ 0 stars Go 🌐 Browser/Web Updated today
MCP server for web scraping — static HTML (Colly) and JS-rendered pages (chromedp)
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": {
    "scraper-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/niceysam/scraper-mcp-server@latest"
      ]
    }
  }
}