Skip to content
Grok

my websearch for Grok

io.github.wtznicy/my-websearch

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

client:Grok transport:stdio runtime:npm

Install my websearch 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": {
    "my-websearch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "my-websearch"
      ],
      "env": {
        "EXA_API_KEY": "<EXA_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

my websearch in other clients