oganvil-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@oganvil-mcpCreate an OG image titled "Weekly Digest" with tag "Product News""
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
oganvil-mcp
A minimal Model Context Protocol server for the oganvil OG image API — generate 1200×630 social preview images from a title and tag line, straight from your AI editor or agent.
Zero dependencies. Node 18+. Speaks MCP over stdio, so it works with Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-capable client.
Tools
Tool | Arguments | Returns |
|
| The 1200×630 image (PNG/SVG) plus a hosted render URL |
| — | Current usage for the configured key (no quota consumed) |
Identical renders (same title + tag + format) are served from cache and never billed twice.
Related MCP server: Opengraph io MCP
Install & run
# no install needed — run straight from source
node src/index.jsClaude Desktop / Claude Code / Cursor / Windsurf
Add to your MCP client config (claude_desktop_config.json, .cursor/mcp.json, …):
{
"mcpServers": {
"oganvil": {
"command": "node",
"args": ["/absolute/path/to/oganvil-mcp/src/index.js"],
"env": {
"OGANVIL_API_KEY": "oganvil-demo-key"
}
}
}
}oganvil-demo-key is a public free key: 10 renders/day per IP, no signup. For the permanent free tier (50 unique images/month, no card) grab a key at https://oganvil.rowu.workers.dev/signup.
Configuration
Env var | Default | Meaning |
|
| Your API key (free key from |
|
| API base URL |
Example session
→ initialize
← {"serverInfo":{"name":"oganvil-mcp","version":"0.1.0"}}
→ tools/call generate_og_image {"title":"Ship faster","tag":"oganvil","format":"png"}
← image/png 1200x630 (28 KB) + hosted URL https://oganvil.rowu.workers.dev/api/render?title=Ship+faster&tag=oganvilVerified output from this repo's source: PNG signature 89504e47, dimensions 1200 x 630, ~28 KB.
Also available over HTTP
If your client speaks remote MCP (Streamable HTTP), you don't need this package at all — the hosted server is at:
POST https://oganvil.rowu.workers.dev/mcp
Authorization: Bearer oganvil-demo-keyTwo tools there: generate_og_image, get_quota.
REST API
GET https://oganvil.rowu.workers.dev/api/render?title=Hello&tag=World&format=pngFree tier: 50 unique images/month, no credit card. Paid: $5/mo (500 images) and $29/mo (5,000 images).
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Generates 1200x630 OG social preview images (PNG/SVG). Tools: generate_og_image, get_quota.
Pay-as-you-go Open Graph image API. Renders 1200x630 PNGs for agents. Credits never expire.
31Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Give agents instant OG image generation, social metadata audits, and rendering guidance.
Related MCP Servers
- AlicenseAqualityCmaintenanceGenerate production-ready images from text prompts. AI-powered design API with 50+ templates for social posts, banners, OG images, and more.85 npmMIT
- AlicenseAqualityAmaintenanceMCP server for the OpenGraph.io API -- extract OG metadata, capture screenshots, scrape pages, query sites with AI, and generate branded images with iterative refinement.1627 npm2ISC
- AlicenseNot gradedqualityDmaintenancePaste a URL to see exactly how it renders as a social card on Twitter, LinkedIn, Facebook, and Slack. Generate custom OG images from templates.MIT

ogimage-mcpofficial
FlicenseAqualityDmaintenanceGenerates beautiful Open Graph images directly from Claude Desktop using ogimage.art, supporting templates, sizes, and license keys.3-