OGForge MCP for Cursor
io.github.dpozimski/ogforge-mcp
Generate Open Graph images with themes and Lucide icons
client:Cursor
transport:stdio
runtime:npm
Install OGForge MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ogforge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ogforge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs