Skip to content
Grok

fetchpet for Grok

com.pulsemcp/fetchpet

MCP server for Fetch Pet insurance claims management using Playwright automation.

client:Grok transport:stdio runtime:npm

Install fetchpet 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": {
    "fetchpet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "env": {
        "FETCHPET_USERNAME": "<FETCHPET_USERNAME>",
        "FETCHPET_PASSWORD": "<FETCHPET_PASSWORD>",
        "HEADLESS": "<HEADLESS>",
        "TIMEOUT": "<TIMEOUT>",
        "FETCHPET_DOWNLOAD_DIR": "<FETCHPET_DOWNLOAD_DIR>"
      }
    }
  }
}

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

fetchpet in other clients