OGForge MCP Server

Integrate OGForge into Claude, Cursor, VS Code, and any MCP-compatible AI assistant. Generate Open Graph images with customizable themes, colors, icons, patterns, and layouts — all through natural language.
No API key required. Free forever.
Quick Start
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ogforge": {
"command": "npx",
"args": ["-y", "ogforge-mcp"]
}
}
}
Then ask Claude:
"Generate an OG image with title 'My Blog Post' and a cyberpunk theme"
"Create a dark Open Graph image with a rocket icon, pink accent color, and dot pattern"
"Make a metric card showing '99.9%' uptime with a green accent and grid pattern"
"List all available OGForge themes"
Available Tools
generate_og_image | Generate an Open Graph image with customizable title, subtitle, theme, icon, brand colors, patterns, borders, layouts (standard/metric), and size presets (og, square, twitter-banner, linkedin, instagram-story, etc.) |
list_themes | List all available OG image themes (dark, light, gradient, cyberpunk, minimal, bold) |
Architecture
Claude / Cursor / VS Code
|
| stdio (MCP protocol)
v
ogforge-mcp
|
| HTTPS (REST API)
v
ogforge.dev
This is a thin stdio MCP client that translates tool calls into REST API requests against the OGForge API at https://ogforge.dev. No data is stored locally — all operations are stateless pass-throughs.
Configuration
OGFORGE_BASE_URL | https://www.ogforge.dev | API base URL (override for self-hosted instances) |
SoftVoyagers Ecosystem
OGForge MCP is part of the SoftVoyagers portfolio of free developer APIs:
License
MIT