HomeSearch & Research › webfetch

webfetch

License-first federated image search with attribution, dimensions, and download tooling.

TypeScript CloudLocal macOSWindowsLinux
★ 3 stars Last pushed 2026-07-10 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.5)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "webfetch": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<YOUR_VALUE>",
        "PEXELS_API_KEY": "<YOUR_VALUE>",
        "PIXABAY_API_KEY": "<YOUR_VALUE>",
        "BRAVE_API_KEY": "<YOUR_VALUE>",
        "SERPAPI_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNSPLASH_ACCESS_KEY secret — Optional Unsplash API key for Unsplash provider results.
  • PEXELS_API_KEY secret — Optional Pexels API key for Pexels provider results.
  • PIXABAY_API_KEY secret — Optional Pixabay API key for Pixabay provider results.
  • BRAVE_API_KEY secret — Optional Brave Search API key for Brave image search results.
  • SERPAPI_KEY secret — Optional SerpApi key for Google Images results.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry