npm snapforge-mcpstreamable-httpMITupdated 1mo ago
MCP server for SnapForge โ give your AI agents three tools to read and render the web:
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 (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
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/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 tohttps://snapforge.org)
License
MIT
Install
Add snapforge to your client. Pick the one you use.
{
"servers": {
"snapforge-mcp": {
"type": "http",
"url": "https://snapforge.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add snapforge-mcp -- npx -y snapforge-mcpcodex mcp add snapforge-mcp -- npx -y snapforge-mcpamp mcp add snapforge-mcp -- npx -y snapforge-mcp{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"snapforge-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"snapforge-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"snapforge-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y snapforge-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.3.0Latest | Jul 20, 2026 |
| 1.2.3 | Jul 20, 2026 |
| 1.2.2 | Jul 20, 2026 |