mcpbeat Sign in

Fetchpet MCP Server

local only

Fetchpet runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 21 · avg 8 · +29% w/w
a month agotoday
69
Installs / week
npm · fetchpet-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fetchpet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fetchpet -- npx -y fetchpet-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetchpet": {
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fetchpet]
command = "npx"
args = ["-y", "fetchpet-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "fetchpet": {
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fetchpet": {
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FETCHPET_USERNAME (Your Fetch Pet account email address.), FETCHPET_PASSWORD (Your Fetch Pet account password.), HEADLESS (Run browser in headless mode (true/false).), TIMEOUT (Browser operation timeout in milliseconds.), FETCHPET_DOWNLOAD_DIR (Directory to save downloaded documents (EOB, invoices).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fetchpet

same job, measured the same way
Good Eggs
by pulsemcp

MCP server for Good Eggs grocery shopping automation using Playwright.

81 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
CloakBrowser MCP
by swimmwatch

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

266 installs/wk local only
MCP Accessibility Scanner
by justasmonkev

MCP server for automated web accessibility scanning with Playwright and Axe-core.

2 611 installs/wk local only
Playwright Trace Decoder MCP
by vola-trebla

MCP server for unpacking and analyzing Playwright trace.zip archives

49 installs/wk local only

Fetchpet — questions

Answers built from our own checks of this server.

Why is there no uptime for Fetchpet?
Fetchpet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fetchpet-mcp-server was installed 69 times last week.
How do I connect Fetchpet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fetchpet-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Fetchpet?
The npm package fetchpet-mcp-server was installed 69 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fetchpet open source?
Yes — it is published under the MIT licence, written in TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.