🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ogforge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogforge-mcp

MCP server for OGForge — generate Open Graph images from AI assistants like Claude, Cursor, VS Code

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
24
20%
Maintainers
1
Weekly downloads
 
Created
Source

OGForge MCP Server

npm version Website API Status

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

ToolDescription
generate_og_imageGenerate 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_themesList 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

Environment VariableDefaultDescription
OGFORGE_BASE_URLhttps://www.ogforge.devAPI base URL (override for self-hosted instances)

SoftVoyagers Ecosystem

OGForge MCP is part of the SoftVoyagers portfolio of free developer APIs:

ProductDescriptionWebsite
LinkMetaURL metadata extraction APIlinkmeta.dev
PageShotScreenshot & webpage capture APIpageshot.site
PDFSparkHTML/URL to PDF conversion APIpdfspark.dev
OGForgeOpen Graph image generator APIogforge.dev
LinkShrinkPrivacy-first URL shortener APIlinkshrink.dev
FaktujPolish invoice generatorfaktuj.pl
QRMintStyled QR code generator APIqrmint.dev
PageDropInstant HTML hosting APIpagedrop.dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts