Skip to content
Grok

Lookout for Grok

io.github.sylphxai/lookout

Lookout — web answers with source-level proof. Search and fetch citeable excerpts, no API key.

client:Grok transport:stdio runtime:npm

Install Lookout in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lookout": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/lookout"
      ]
    }
  }
}

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

Lookout in other clients