Skip to content
MCP ThesaurusMCP Thesaurus

snapforge

CommunityIncomplete39/100Claim

npm snapforge-mcpstreamable-httpMITupdated 1mo ago

MCP server for SnapForge โ€” give your AI agents three tools to read and render the web:

SourceWebsite

What can you do with snapforge?

snapforge-mcp

MCP server for SnapForge โ€” give your AI agents three tools to read and render the web:

  • snapforge_screenshot โ€” capture any URL or HTML as PNG/JPEG (full-page by default)
  • snapforge_pdf โ€” render a URL or HTML to PDF (singlePage option + clean pagination, no cut blocks)
  • snapforge_markdown โ€” extract clean Markdown from any page (article extraction) โ†’ perfect for feeding live web content to an LLM

Works with Claude Code & Desktop, Cursor, Kilo Code, Cline, Windsurf, Zed, VS Code, Hermes, OpenClaw โ€” and any MCP client.

Examples

Real outputs, generated live from the API:

Open Graph / social card Dashboard to PNG HTML invoice

More samples: full-page screenshot (any height) ยท pricing page ยท mobile viewport ยท PDFs (invoice, single-page article, multi-page report, certificate) ยท a page as Markdown

Setup

Get a free API key at https://snapforge.org (100 one-time renders, no card), then:

Point any MCP client at the remote server, with your key in the x-api-key header:

https://snapforge.org/mcp

Local (stdio) โ€” Claude Desktop / Claude Code / any client

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

Claude Code plugin (one-click)

/plugin marketplace add sporty303/snapforge-mcp
/plugin install snapforge@snapforge

Environment

  • SNAPFORGE_API_KEY (required)
  • SNAPFORGE_BASE_URL (optional, defaults to https://snapforge.org)

License

MIT