Skip to content
Grok

Intercept for Grok

io.github.bighippoman/intercept-mcp

Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.

client:Grok transport:stdio runtime:npm

Install Intercept 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": {
    "intercept-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "intercept-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_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

Intercept in other clients