ogimage-mcp
OfficialClick on "Install 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., "@ogimage-mcpGenerate an OG image with title 'My New Blog Post'"
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.
OG:IMAGE MCP Server
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-mcpThen 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 textsubtitle: Optional subtitleauthor: Optional author nametemplate: gradient, dark, sunset, ocean, forest, midnight, fire, minimalsize: 1200x630, 1200x675, 800x418key: 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
Website: ogimage.art
Get Pro: ogimage.art/#pricing
npm Package: ogimage-mcp
License
MIT
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