Skip to content
Grok

web fetch mcp for Grok

io.github.kylinmountain/web-fetch-mcp

MCP server for web content fetching, summarizing, comparing, and extracting information

client:Grok transport:stdio runtime:npm

Install web fetch mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web-fetch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "HTTP_PROXY": "<HTTP_PROXY>",
        "HTTPS_PROXY": "<HTTPS_PROXY>"
      }
    }
  }
}

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

web fetch mcp in other clients