OpenGraph Image Resizer & CheckerResize images for social media & analyze any URL's OpenGraph tags with platform previews
🔒 We don't save any of your images — everything is processed in memory
Enter any URL to analyze its OpenGraph meta tags and preview how it will appear on social platforms
Start with KrytonLabs hosted processing, or point the same MCP runner at your own backend.
Installs only a dependency-free MCP runner. No npm. Processing uses the KrytonLabs hosted backend with server-side rate limits.
curl -fsSL https://raw.githubusercontent.com/kmanan/opengraph-generator/main/scripts/install-mcp.sh | bash
Run your own backend. Edit env vars to taste — see .env.example.
docker run -d --name opengraph -p 6736:6736 \
-e PUBLIC_URL=https://og.yourdomain.com \
ghcr.io/kmanan/opengraph:latest
Prefer a UI? Add the stack from docker-compose.yml via Portainer and fill in env vars on the form.
Same MCP runner, but processing goes to your self-hosted backend.
curl -fsSL https://raw.githubusercontent.com/kmanan/opengraph-generator/main/scripts/install-mcp.sh | OPENGRAPH_BACKEND=http://localhost:6736 bash