markly for Windsurf
io.github.whitemarmot/markly
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
client:Windsurf
transport:stdio
runtime:npm
Install markly in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"markly": {
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<MARKLY_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs