webfetch for Grok
io.github.ashlrai/webfetch
License-first federated image search with attribution, dimensions, and download tooling.
client:Grok
transport:stdio
runtime:npm
Install webfetch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"webfetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getwebfetch-mcp"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
"PEXELS_API_KEY": "<PEXELS_API_KEY>",
"PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
"BRAVE_API_KEY": "<BRAVE_API_KEY>",
"SERPAPI_KEY": "<SERPAPI_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs