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 — 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 (singlePageoption + 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:

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: Junipr MCP Server
Setup
Get a free API key at https://snapforge.org (100 one-time renders, no card), then:
Hosted (zero install) — recommended
Point any MCP client at the remote server, with your key in the x-api-key header:
https://snapforge.org/mcpLocal (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@snapforgeEnvironment
SNAPFORGE_API_KEY(required)SNAPFORGE_BASE_URL(optional, defaults tohttps://snapforge.org)
License
MIT
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceConnects AI assistants to ScreenshotOne.com API for capturing website screenshots with customizable options including viewport size, full-page captures, and multiple output formats.Last updated363MIT
- Alicense-qualityCmaintenanceEnables AI assistants to capture webpage screenshots, generate PDFs from URLs or HTML, and extract rich metadata like Open Graph and JSON-LD data. It provides tools for web-to-image/PDF conversion and structured data extraction through the Junipr API.Last updated351MIT
- AlicenseAqualityBmaintenanceCapture screenshots, generate PDFs, and render HTML to images via AI agents. Supports batch capture, geo-targeting, async webhooks, and CSS/JS injection.Last updated112727MIT
- Flicense-qualityDmaintenanceEnables AI agents to generate images from HTML/CSS, capture URL screenshots, and manage reusable templates through the RendShot API. Provides tools for rendering visual content programmatically within AI workflows.Last updated4
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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