Skip to content
Cursor

markly for Cursor

io.github.whitemarmot/markly

Add text or logo watermarks to images via the Markly.cloud API. Batch supported.

client:Cursor transport:stdio runtime:npm

Install markly 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": {
    "markly": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "env": {
        "MARKLY_API_KEY": "<MARKLY_API_KEY>"
      }
    }
  }
}

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

markly in other clients