Skip to main content
Glama
ogimage-art

ogimage-mcp

Official
by ogimage-art

OG:IMAGE MCP Server

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

Installation

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"

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ogimage-art/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server