Skip to content
Grok

web tools mcp for Grok

io.github.mlawsonking/web-tools-mcp

10 no-LLM web tools: URL to Markdown, metadata, JSON-LD, MX, scrape, RSS, DNS, RDAP, SSL, HTTP.

client:Grok transport:stdio runtime:npm

Install web tools mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "web-tools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "web-tools-mcp"
      ]
    }
  }
}

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 tools mcp in other clients