webfetch
About
License-first federated image search with attribution, dimensions, and download tooling.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNSPLASH_ACCESS_KEY PEXELS_API_KEY PIXABAY_API_KEY BRAVE_API_KEY SERPAPI_KEYClaude Code
claude mcp add --env UNSPLASH_ACCESS_KEY= --env PEXELS_API_KEY= --env PIXABAY_API_KEY= --env BRAVE_API_KEY= --env SERPAPI_KEY= webfetch -- npx getwebfetch-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"webfetch","command":"npx","args":["getwebfetch-mcp"],"env":{"UNSPLASH_ACCESS_KEY":"","PEXELS_API_KEY":"","PIXABAY_API_KEY":"","BRAVE_API_KEY":"","SERPAPI_KEY":""}}'
JSON
{
"mcpServers": {
"webfetch": {
"command": "npx",
"args": [
"getwebfetch-mcp"
],
"env": {
"UNSPLASH_ACCESS_KEY": "",
"PEXELS_API_KEY": "",
"PIXABAY_API_KEY": "",
"BRAVE_API_KEY": "",
"SERPAPI_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.