Skip to content
Grok

Evocrawl MCP Server for Grok

io.github.superaihuman/evocrawl-mcp

MCP server for Evocrawl — search, scrape, and interact with the web.

client:Grok transport:stdio runtime:npm

Install Evocrawl MCP Server 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": {
    "evocrawl-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@evocrawl/evocrawl-mcp"
      ],
      "env": {
        "EVOCRAWL_API_KEY": "<EVOCRAWL_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

Evocrawl MCP Server in other clients