markly for Claude Desktop
io.github.whitemarmot/markly
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
client:Claude Desktop
transport:stdio
runtime:npm
Install markly in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"markly": {
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<MARKLY_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs