Skip to main content
Glama

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

Related MCP server: rendex-mcp

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

Install Server
A
license - permissive license
A
quality
B
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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

View all MCP Connectors

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