Skip to content
Grok

pulse fetch for Grok

com.pulsemcp/pulse-fetch

MCP server for fetching web resources with content extraction and anti-bot bypass.

client:Grok transport:stdio runtime:npm

Install pulse fetch 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": {
    "pulse-fetch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-fetch"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "BRIGHTDATA_API_KEY": "<BRIGHTDATA_API_KEY>",
        "STRATEGY_CONFIG_PATH": "<STRATEGY_CONFIG_PATH>",
        "OPTIMIZE_FOR": "<OPTIMIZE_FOR>",
        "MCP_RESOURCE_STORAGE": "<MCP_RESOURCE_STORAGE>",
        "MCP_RESOURCE_FILESYSTEM_ROOT": "<MCP_RESOURCE_FILESYSTEM_ROOT>",
        "SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
        "LLM_PROVIDER": "<LLM_PROVIDER>",
        "LLM_API_KEY": "<LLM_API_KEY>",
        "LLM_API_BASE_URL": "<LLM_API_BASE_URL>",
        "LLM_MODEL": "<LLM_MODEL>"
      }
    }
  }
}

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

pulse fetch in other clients