Skip to content
Grok

agent search mcp for Grok

io.github.lennney/agent-search-mcp

Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.

client:Grok transport:stdio runtime:npm

Install agent search mcp 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": {
    "agent-search-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-search-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "EXA_API_KEY": "<EXA_API_KEY>",
        "YDC_API_KEY": "<YDC_API_KEY>",
        "TENCENT_WSA_API_KEY": "<TENCENT_WSA_API_KEY>",
        "BOCHA_API_KEY": "<BOCHA_API_KEY>",
        "SERPER_API_KEY": "<SERPER_API_KEY>",
        "SEARCH_PROVIDER_MODE": "<SEARCH_PROVIDER_MODE>",
        "PAID_ENGINE_ORDER": "<PAID_ENGINE_ORDER>"
      }
    }
  }
}

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

agent search mcp in other clients