Skip to main content
Glama
gammaremover

gamma-watermark-remover-mcp

Official
by gammaremover

Gamma Watermark Remover — MCP Server

PyPI MCP License: MIT Web version

Gamma Watermark Remover MCP server — AI agents remove the Made with Gamma badge

An MCP server that lets Claude Desktop, Claude Code, and any MCP client remove the "Made with Gamma" watermark from PDF and PowerPoint (.pptx) files exported from Gamma.app — right on your machine. Just ask:

"remove the gamma watermark from ~/Downloads/deck.pdf"

Removal is structural and lossless: the badge image and its gamma.app hyperlink are deleted as document objects. Nothing is re-rendered, nothing is uploaded.

Setup

Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "gamma-watermark-remover": {
      "command": "uvx",
      "args": ["gamma-watermark-remover-mcp"]
    }
  }
}

Claude Code

claude mcp add gamma-watermark-remover -- uvx gamma-watermark-remover-mcp

Any other MCP client

The server speaks stdio. Command: uvx gamma-watermark-remover-mcp (or pipx run gamma-watermark-remover-mcp, or pip install gamma-watermark-remover-mcp then gamma-watermark-remover-mcp).

Remote endpoint (no install at all)

A hosted streamable-HTTP endpoint is available at https://gammaremover.com/mcp for agents that can't run a local server. It accepts file content as base64 (≤30MB), processes in memory only — nothing is stored or logged. For maximum privacy prefer the local stdio server above or the in-browser tool.

Related MCP server: PDF MCP Flow

Tools

Tool

What it does

remove_gamma_watermark(file_path, output_path?)

Cleans a .pdf/.pptx export; writes <name>-no-watermark.<ext> by default and reports exactly how many watermark objects were removed

check_gamma_watermark_support(file_path)

Checks whether a file is a supported format before processing

If the badge was flattened into the page image (rare), the result honestly says a watermark may remain instead of silently failing.

How it works

This server wraps the gamma-watermark-remover Python library:

  • PDF (pypdf): drops link annotations targeting gamma.app/gamma.to and the draw op of the small bottom-right badge image (transformation-matrix tracked, size-guarded so backgrounds are never touched)

  • PPTX (python-pptx): removes the gamma-hyperlinked shape from slide masters/layouts (where Gamma stores it) and slides

Responsible use

Only process files you created or have the right to modify. Keep originals as backup and review cleaned files before sharing. Gamma's official watermark-free route is its paid plan.

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gammaremover/gamma-watermark-remover-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server