mcpbeat Sign in

Ottersnap MCP Server

local only

Ottersnap runs on your own machine — the client starts it, so there is no endpoint to ping.

Screenshots, PDFs, OG images and page extraction for AI agents. Hosted API with a free tier.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · ottersnap-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 ottersnap -- npx -y ottersnap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ottersnap": {
      "args": [
        "-y",
        "ottersnap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ottersnap]
command = "npx"
args = ["-y", "ottersnap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ottersnap": {
      "args": [
        "-y",
        "ottersnap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ottersnap": {
      "args": [
        "-y",
        "ottersnap-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ottersnap

same job, measured the same way
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

76 installs/wk local only
Noncelogic
by noncelogic

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

40 installs/wk local only
C
Skillforge Render API
by skillforge99

Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.

4 tools answering
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

31 installs/wk 4 tools answering
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

44 installs/wk local only
Screenshot Scout
by screenshotscout

Capture screenshots of webpages as images or PDFs with Screenshot Scout.

52 installs/wk answering
Can See
by hurleysk

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

95 installs/wk local only

Ottersnap — questions

Answers built from our own checks of this server.

Why is there no uptime for Ottersnap?
Ottersnap 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 ottersnap-mcp.
Is Ottersnap still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ottersnap?
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 ottersnap-mcp straight from npm; nothing to host, nothing to sign up for.