← Back to Plugins
MCP Server MCP

org.snapforge/snapforge

github By github 👁 3 views ▲ 0 votes

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://snapforge.org/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "snapforge-mcp",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SnapForge API key. Optional: without it, call the snapforge_signup tool once to get a free key (100 renders/month)",
          "isSecret": true,
          "name": "SNAPFORGE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...