Skip to main content
ClaudeWave
siinghd avatar
siinghd

snaplab-integrations

View on GitHub

snaplab rendering API integrations: MCP server, n8n community node, Apify actor, OpenAPI spec

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/siinghd/snaplab-integrations
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "snaplab-integrations": {
      "command": "node",
      "args": ["/path/to/snaplab-integrations/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/siinghd/snaplab-integrations and follow its README for install instructions.
Use cases

MCP Servers overview

# snaplab — screenshot, PDF and OG-image rendering API

Hosted at **https://snaplab.hsingh.app** · Docs: https://snaplab.hsingh.app/docs · Free tier: 100 renders/month, no card.

This repo contains the open integration packages:

- **MCP server** (hosted, Streamable HTTP): `claude mcp add --transport http snaplab https://snaplab.hsingh.app/mcp --header "Authorization: Bearer sk_..."` — tools: `screenshot`, `pdf`, `html_to_image`, `usage`. See `mcp-registry/server.json`.
- **n8n community node**: `n8n-nodes-snaplab` (`n8n-nodes-snaplab/`)
- **Apify actor**: snaplab Screenshot & PDF Renderer (`apify-actor/`)
- **JavaScript SDK** `snaplab` (`snaplab-js/`) and **Python SDK** `snaplab-sdk` (`snaplab-python/`)
- **OpenAPI 3.1 spec**: `openapi/openapi.json` (also served at https://snaplab.hsingh.app/openapi.json)

```bash
curl -X POST "https://snaplab.hsingh.app/api/render" \
  -H "Authorization: Bearer sk_..." -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png","fullPage":true}' -o shot.png
```

API keys: https://snaplab.hsingh.app/app/keys

MIT licensed.

What people ask about snaplab-integrations

What is siinghd/snaplab-integrations?

+

siinghd/snaplab-integrations is mcp servers for the Claude AI ecosystem. snaplab rendering API integrations: MCP server, n8n community node, Apify actor, OpenAPI spec It has 0 GitHub stars and its last recorded update is dated 2026-09-08.

How do I install snaplab-integrations?

+

You can install snaplab-integrations by cloning the repository (https://github.com/siinghd/snaplab-integrations) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is siinghd/snaplab-integrations safe to use?

+

Our security agent has analyzed siinghd/snaplab-integrations and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains siinghd/snaplab-integrations?

+

siinghd/snaplab-integrations is maintained by siinghd. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.

Are there alternatives to snaplab-integrations?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy snaplab-integrations to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: siinghd/snaplab-integrations
[![Featured on ClaudeWave](https://claudewave.com/api/badge/siinghd-snaplab-integrations)](https://claudewave.com/repo/siinghd-snaplab-integrations)
<a href="https://claudewave.com/repo/siinghd-snaplab-integrations"><img src="https://claudewave.com/api/badge/siinghd-snaplab-integrations" alt="Featured on ClaudeWave: siinghd/snaplab-integrations" width="320" height="64" /></a>

More MCP Servers

snaplab-integrations alternatives