Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ogimage

FreeNot checked

Generates beautiful Open Graph images directly from Claude Desktop using ogimage.art, supporting templates, sizes, and license keys.

GitHubEmbed

About

Generates beautiful Open Graph images directly from Claude Desktop using ogimage.art, supporting templates, sizes, and license keys.

README

Generate beautiful OG images directly from Claude Desktop using ogimage.art.

Installation

Option 1: npx (Recommended)

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "ogimage": {
      "command": "npx",
      "args": ["-y", "ogimage-mcp"]
    }
  }
}

Option 2: Global Install

npm install -g ogimage-mcp

Then add to Claude Desktop config:

{
  "mcpServers": {
    "ogimage": {
      "command": "ogimage-mcp"
    }
  }
}

Usage

Once installed, you can ask Claude to generate OG images:

"Generate an OG image for my blog post titled 'How to Build a SaaS in 2024'"

"Create a dark-themed OG image with the title 'API Documentation' and subtitle 'Getting Started Guide'"

"List available OG image templates"

Available Tools

generate_og_image

Generate an OG image URL.

Parameters:

  • title (required): Main title text
  • subtitle: Optional subtitle
  • author: Optional author name
  • template: gradient, dark, sunset, ocean, forest, midnight, fire, minimal
  • size: 1200x630, 1200x675, 800x418
  • key: License key to remove watermark

list_templates

List all available templates and sizes.

get_meta_tag

Generate the HTML meta tag for any URL.

Pro Version

Free tier includes a small watermark. Get a Pro license at ogimage.art to:

  • Remove watermarks
  • Access premium templates
  • Use in commercial projects

Add your license key to remove watermarks:

"Generate an OG image with title 'My Post' using my key ABC123"

Examples

Basic:

> Generate an OG image with title "Hello World"

With options:

> Create an OG image:
  - Title: "Building APIs"
  - Subtitle: "A Complete Guide"
  - Template: dark
  - Author: "John Doe"

Links

License

MIT

from github.com/ogimage-art/mcp-server

Install Ogimage in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ogimage-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ogimage-mcp -- npx -y github:ogimage-art/mcp-server

FAQ

Is Ogimage MCP free?

Yes, Ogimage MCP is free — one-click install via Unyly at no cost.

Does Ogimage need an API key?

No, Ogimage runs without API keys or environment variables.

Is Ogimage hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ogimage in Claude Desktop, Claude Code or Cursor?

Open Ogimage on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ogimage with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs