Claude Code

Ready Agent

Claude Code connects to any remote MCP server over HTTP. Add the Watermarks Remover server once, then ask Claude to clean text or files inside your terminal workflow.

You need

  • Claude Code installed
  • A Watermarks Remover API key

Install

  1. Sign in to Watermarks Remover and create an API key.
  2. Open a terminal in the project you want Claude Code to work in.
  3. Run the command below. Replace the API key placeholder with your key.
  4. Restart Claude Code, then confirm the tools are available with: /mcp

Configuration

bash

claude mcp add --transport http \
  --header "Authorization: Bearer <YOUR_API_KEY>" \
  watermarks-remover https://watermarks-remover.com/mcp

Notes

  • Set the header to the exact API key you created. It is billed from your API credit balance.
← All integrations