Loading MCP server directory, please wait...
MCP server for Fetch Pet insurance claims management using Playwright automation.
npx @getmcp/cli add com.pulsemcp/fetchpetRequires Node.js 18+. Community-contributed server. Review source before installing.
FETCHPET_USERNAMEYour Fetch Pet account email address.
FETCHPET_PASSWORDYour Fetch Pet account password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/fetchpet": {
"command": "npx",
"args": [
"-y",
"-y",
"fetchpet-mcp-server"
],
"env": {
"FETCHPET_USERNAME": "",
"FETCHPET_PASSWORD": "",
"HEADLESS": "true",
"TIMEOUT": "30000",
"FETCHPET_DOWNLOAD_DIR": "/tmp/fetchpet-downloads"
}
}
}
}