Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · shotpipe-init
Claude Code CLI
claude mcp add shotpipe-mcp -- npx -y shotpipe-init
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "shotpipe-mcp": {
      "command": "npx",
      "args": ["-y", "shotpipe-init"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# shotpipe-mcp

**Hosted, SSRF-safe, cached screenshots and Open Graph images for AI agents — no headless Chrome to run.**

An [MCP](https://modelcontextprotocol.io) server that lets an agent screenshot any URL and *see the result*, or mint a social-card image, by calling [Shotpipe](https://shotpipe.io). It's the thing a local browser tool can't be:

- **No Chrome in your agent's sandbox.** Rendering happens on Shotpipe's infrastructure. Nothing to install, no memory to babysit, no OOM at 2am.
- **Safe on untrusted URLs.** Agents point at URLs their users typed. Shotpipe resolves DNS itself, pins the IP, re-checks every redirect, and refuses private / loopback / cloud-metadata hosts — so a hostile link **can't turn your renderer into an SSRF hole.**
- **Cached.** The first capture renders; every identical one after is served from the edge in milliseconds and costs nothing.

Ad and cookie-consent banners are stripped by default.

## Install

```jsonc
// Claude Desktop (claude_desktop_config.json), Claude Code (.mcp.json),
// Cursor, Cline, or any MCP client:
{
  "mcpServers": {
    "shotpipe": {
      "command": "npx",
      "args": ["-y", "shotpipe-mcp"],
      "env": {
        "SHOTPIPE_KEY": "k_your_key",
        "SHOTPIPE_SECRET": "your_signing_secret"
      }
    }
  }
}
```

Get a free key at **[shotpipe.io/signup](https://shotpipe.io/signup)** (no card) or run `npx shotpipe-init`. Self-hosting Shotpipe? Set `SHOTPIPE_BASE_URL`.

## Tools

### `screenshot`
Screenshot a URL and return the **image** (so the model can see it) plus a permanent, shareable signed URL.

`url` (required) · `format` png\|jpeg\|pdf · `width` · `height` · `dpr` · `full_page` · `selector` · `dark` · `omit_background` · `block_ads` · `block_banners` · `wait_for` · `delay` · `quality` · `fresh`

### `og_image`
Build a signed social-card URL from a hosted template. Returns the **URL only** by default and renders nothing — the image renders lazily on the first crawler hit, so agent/build time stays fast. Drop it into `<meta property="og:image">`. Pass `render: true` to also get a preview image.

`title` (required) · `template` · `author` · `tag` · `accent` · `logo` · `width` · `height` · `dpr` · `render`

## How it works

The signing secret never leaves the process — every request is HMAC-signed locally, exactly like Shotpipe's other clients. The server just builds a signed URL and (for `screenshot`) fetches the bytes.

MIT · [shotpipe.io](https://shotpipe.io)

Lo que la gente pregunta sobre shotpipe-mcp

¿Qué es podop29/shotpipe-mcp?

+

podop29/shotpipe-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala shotpipe-mcp?

+

Puedes instalar shotpipe-mcp clonando el repositorio (https://github.com/podop29/shotpipe-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar podop29/shotpipe-mcp?

+

podop29/shotpipe-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene podop29/shotpipe-mcp?

+

podop29/shotpipe-mcp es mantenido por podop29. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a shotpipe-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega shotpipe-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: podop29/shotpipe-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/podop29-shotpipe-mcp)](https://claudewave.com/repo/podop29-shotpipe-mcp)
<a href="https://claudewave.com/repo/podop29-shotpipe-mcp"><img src="https://claudewave.com/api/badge/podop29-shotpipe-mcp" alt="Featured on ClaudeWave: podop29/shotpipe-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a shotpipe-mcp