Skip to content
Cursor

oJo — HTML to image for Cursor

so.ojo/mcp-server

Render HTML or templates to a hosted image, in one response. Free previews need no API key.

client:Cursor transport:stdio runtime:npm

Install oJo — HTML to image in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ojodotso/mcp-server"
      ],
      "env": {
        "OJO_API_KEY": "<OJO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oJo — HTML to image in other clients