Skip to content

crawlforge mcp server for Grok

io.github.mysleekdesigns/crawlforge-mcp-server

Web scraping, crawling, deep research & autonomous extraction — 31 MCP tools, clean Markdown/JSON

client:Grok transport:stdio runtime:npm

Install crawlforge 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": {
    "crawlforge-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crawlforge-mcp-server"
      ],
      "env": {
        "CRAWLFORGE_API_KEY": "<CRAWLFORGE_API_KEY>",
        "DATAFORSEO_LOGIN": "<DATAFORSEO_LOGIN>",
        "DATAFORSEO_PASSWORD": "<DATAFORSEO_PASSWORD>"
      }
    }
  }
}

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

crawlforge mcp server in other clients