MCP Server
Maintained
MIT
io.github.Whitemarmot/markly MCP Server
io.github.Whitemarmot/markly
What is the io.github.Whitemarmot/markly MCP server?
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
How to install io.github.Whitemarmot/markly
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MARKLY_API_KEYsecretYour Markly API key (optional - works without for free tier with branding)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"markly": {
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<YOUR_MARKLY_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"markly": {
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<YOUR_MARKLY_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"markly": {
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<YOUR_MARKLY_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"markly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"markly-mcp-server"
],
"env": {
"MARKLY_API_KEY": "<YOUR_MARKLY_API_KEY>"
}
}
}
}Claude Code
claude mcp add markly --env MARKLY_API_KEY=<YOUR_MARKLY_API_KEY> -- npx -y markly-mcp-serverRelated MCP servers
io.github.Whitemarmot/copyright01
Maintained
Copyright deposit API — protect code, text, and websites with Berne Convention proof
0
View repository →MIT
io.github.Whitemarmot/postbolt
Maintained
Publish to 13+ social media platforms from any AI agent via MCP.
0
View repository →TypeScript
MIT