OGForge — Dynamic Open Graph Image Generator
OGForge is an MCP server that enables AI agents to dynamically generate custom Open Graph (OG) social share images on demand.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- List Templates: List OGForge templates. Optional category or style tag filter. Returns id, name, description, useCase (when to pick it, with an example), category, tags, defaultPalette.
- Describe Template: Return one template's public contract: paramsSchema, sampleParams, and useCase. No layout tree.
- Render Og: Validate params and return the canonical GET /api/og URL plus pixel size. Does not spend quota. Fetch the URL to render (anon / API key / x402).
What data it sees
Do you need an account
No: the server works without sign-in
OGForge is an MCP server that enables AI agents to dynamically generate custom Open Graph (OG) social share images on demand.
Key Capabilities
- Programmatic OG Generation: Generate 1200x630 social cards with dynamic titles, descriptions, themes, and logos.
- Instant Preview URLs: Returns production-ready image URLs optimized for Twitter/X, LinkedIn, Discord, and Slack.
- Custom Styling: Control layout themes (
dark,light,gradient), brand colors, and icon parameters dynamically.
Use Cases
- Automatically generating social cards when creating or editing blog posts, documentation, or SaaS landing pages inside Cursor/Claude.
- Adding dynamic `` links into web app codebases programmatically.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| list_templates | List OGForge templates. Optional category or style tag filter. Returns id, name, description, useCase (when to pick it, with an example), category, tags, defaultPalette. |
| describe_template | Return one template's public contract: paramsSchema, sampleParams, and useCase. No layout tree. |
| render_og | Validate params and return the canonical GET /api/og URL plus pixel size. Does not spend quota. Fetch the URL to render (anon / API key / x402). |