Skip to content
Grok

smart-web for Grok

io.github.rich-jojo/smart-web

Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.

client:Grok transport:stdio runtime:npm

Install smart-web 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": {
    "smart-web": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "smart-web-mcp"
      ],
      "env": {
        "SMART_WEB_SETTINGS_FILE": "<SMART_WEB_SETTINGS_FILE>",
        "SMART_WEB_TMP_DIR": "<SMART_WEB_TMP_DIR>"
      }
    }
  }
}

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

smart-web in other clients