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-mcpRelated MCP servers
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 →