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)
{
"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