Odel
oJo — HTML to image

oJo — HTML to image

Local
@ojodotsoTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ojodotso/mcp-serverv0.4.0

Run

npx -y @ojodotso/mcp-server

MCP client config

{
  "mcpServers": {
    "ojo-html-to-image": {
      "command": "npx",
      "args": [
        "-y",
        "@ojodotso/mcp-server"
      ]
    }
  }
}