Skip to main content
Glama

snapforge-mcp

MCP server for SnapForge — gives AI agents two tools:

  • snapforge_screenshot — capture a URL or HTML as PNG/JPEG (returned inline as an image)

  • snapforge_pdf — render a URL or HTML to a PDF (saved to a temp file, path returned)

Setup

Get a free API key at https://snapforge.org (POST your email to /signup), then:

Claude Desktop / Claude Code

Add to your MCP config (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "snapforge": {
      "command": "npx",
      "args": ["-y", "snapforge-mcp"],
      "env": { "SNAPFORGE_API_KEY": "sf_your_key_here" }
    }
  }
}

Any MCP client

SNAPFORGE_API_KEY=sf_your_key npx -y snapforge-mcp

Related MCP server: MCP Browser Screenshot Server

Environment

  • SNAPFORGE_API_KEY (required) — your SnapForge API key

  • SNAPFORGE_BASE_URL (optional) — defaults to https://snapforge.org

Tool parameters

Both tools accept url or html, plus waitUntil (load|networkidle) and delay (ms).

  • snapforge_screenshot: fullPage, width, height, scale, format (png|jpeg), quality

  • snapforge_pdf: pageFormat (A4, Letter, …), landscape, printBackground, margin

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sporty303/snapforge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server