snapforge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@snapforge-mcpScreenshot https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: MCP Browser Screenshot Server
Environment
SNAPFORGE_API_KEY(required) — your SnapForge API keySNAPFORGE_BASE_URL(optional) — defaults tohttps://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),qualitysnapforge_pdf:pageFormat(A4,Letter, …),landscape,printBackground,margin
License
MIT
This server cannot be installed
Maintenance
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