PluginBench
MCP Server

OGForge MCP MCP Server

io.github.dpozimski/ogforge-mcp

What is the OGForge MCP MCP server?

Generate Open Graph images with themes and Lucide icons

How to install OGForge MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ogforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ogforge-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ogforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ogforge-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ogforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ogforge-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ogforge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ogforge-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ogforge-mcp -- npx -y ogforge-mcp

Related MCP servers

Generate Polish VAT invoices (Faktura VAT) as PDF

View repository →

Extract URL metadata (Open Graph, Twitter Cards, JSON-LD) from any URL

View repository →

Privacy-first URL shortener with analytics

View repository →

Deploy and manage instant HTML sites with paste, upload, and ZIP deploy

View repository →

Capture webpage screenshots with format, viewport, and dark mode options

View repository →

Convert HTML or URLs to PDF documents powered by Playwright

View repository →