Skip to content
Grok

web research mcp for Grok

io.github.csoai-org/web-research-mcp

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

client:Grok transport:stdio runtime:pypi

Install web research mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "web-research-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "web-research-mcp"
      ]
    }
  }
}

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

web research mcp in other clients