Skip to main content

MCP server — let Claude & AI agents remove the "Made with Gamma" watermark from PDF/PPTX exports, locally.

Project description

Gamma Watermark Remover — MCP Server

PyPI MCP License: MIT Web version

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).

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

Related

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gamma_watermark_remover_mcp-1.0.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gamma_watermark_remover_mcp-1.0.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file gamma_watermark_remover_mcp-1.0.0.tar.gz.

File metadata

File hashes

Hashes for gamma_watermark_remover_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ec632ddcbfa5954766da01a6c941202782729bf209b7b3791d1083b1f8a1db9f
MD5 f4be82eb7c95df2e76021aa7b1951b0e
BLAKE2b-256 08478e90676782c774f1af2a747e101ee89bee587d9b89cbfbd80a94412b7900

See more details on using hashes here.

Provenance

The following attestation bundles were made for gamma_watermark_remover_mcp-1.0.0.tar.gz:

Publisher: publish.yml on gammaremover/gamma-watermark-remover-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gamma_watermark_remover_mcp-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gamma_watermark_remover_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2bb01792727000151427a55fcd0a8ba1ed00414de0485bec9b1aee01158f7781
MD5 079fb6cb19ee7b48c472c08baf0ef17d
BLAKE2b-256 14c5589bb812bb995fca70c2a9ae97f34559af148edfdeee88056fe0e1542669

See more details on using hashes here.

Provenance

The following attestation bundles were made for gamma_watermark_remover_mcp-1.0.0-py3-none-any.whl:

Publisher: publish.yml on gammaremover/gamma-watermark-remover-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page